@if(Request::is('control/crm/customers/*')) @can('show customer train') @livewire('customer-train-component', ['customer_id' => $account_id ,'customer'=> \App\Models\Customer::find($account_id) ,'component_name'=>"ticket-component"]) @endcan @endif

{{ __('messages.new ticket') }} @if($account_id && $account_type) {{' - ' . $account_type::find($account_id)->name}} @endif

@if (session()->has('message'))
{{ session('message') }}
@endif
*
ticket_type_id @foreach(\App\Models\TicketType::all() as $type) @endforeach
*
ticket_source_id @foreach(\App\Models\TicketSource::all() as $source) @endforeach
*
*
Uploading...
@if($url && substr($url->getMimeType(),0,6) == "image/")
@endif