@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 @endif {{ __('Support us') }} @endif {{ __('Generate Support Ticket') }} @csrf @foreach ($supporttype as $type) {{ $type->name }} @endforeach {{__('Low')}} {{__('Normal')}} {{__('High')}} {{__('Critical')}} @if($gsetting->captcha_enable == 1) {!! app('captcha')->display() !!} @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif {{ __('Message') }} @endsection