@php $logo = Utility::get_superadmin_logo(); $logos=\App\Models\Utility::get_file('uploads/logo/'); @endphp @extends('layouts.auth') @section('page-title') {{ __('Search Your Ticket') }} @endsection @section('content')

{{ __('Search Your Ticket') }}

@csrf @if(session()->has('info'))
{{ session()->get('info') }}
@endif @if(session()->has('status'))
{{ session()->get('status') }}
@endif
{{ $errors->first('ticket_id') }}
{{ $errors->first('email') }}

{{ __('“Attention is the new currency”')}}

{{ __('The more effortless the writing looks, the more effort the writer actually put into the process.')}}

@endsection