@include('includes.bread_crumb_with_header', [
'header' => 'Tickets',
'bread_crumbs' => ['Dashboard' => "", 'Support' => url('/seller/support/ticket')],
])
@if ($ticket->reason == null)
@endif
@foreach ($contents as $content)
{{ $content->description }}
@endforeach
@endsection
@push('script')
@endpush