@section('title', '- Contact Us') @extends('layouts.app') @section('section')
@if($error == 0)
@lang('cms.thank') @lang('cms.thank_msg')
@elseif ($error == 1)
@lang('cms.sorry') @lang('cms.sorry_msg')
@endif

@lang('cms.contact_title')

@lang('cms.subtitle_contact')
{{ csrf_field() }}



@endsection