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

{{ __('Support us') }}

@endif

{{ __('Generate Support Ticket') }}

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

@endif
@endsection