@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')

{{ !empty($data['content_contact_us']['name']) ? $data['content_contact_us']['name'] : '' }}

{!! !empty($data['content_contact_us']['description']) ? $data['content_contact_us']['description'] : '' !!}

@csrf

@lang('frontend::lang.career_11')

@include('frontend::layouts.assets.footer')
@endsection @section('script') @endsection