@extends('theme.master') @section('title', 'Contact Us') @section('content') @include('admin.message') @php $gets = App\Breadcum::first(); @endphp @if(isset($gets))
@if($gets['img'] !== NULL && $gets['img'] !== '') @else course @endif

{{ __('frontstaticword.Contactus') }}

@endif

{{ __('frontstaticword.KeepinTouch') }}

{{ csrf_field() }} @if(Auth::check()) @endif
@if($gsetting->captcha_enable == 1)
{!! app('captcha')->display() !!} @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif

@endif
  • {{ __('frontstaticword.address') }}
  • {{ $gsetting->default_address }}
  • {{ __('frontstaticword.Email') }}
  • {{ $gsetting->wel_email }}
  • {{ __('frontstaticword.Phone') }}
  • {{ $gsetting->default_phone }}
@endsection @section('custom-script') @endsection