@extends('frontend.user.dashboard.user-master') @section('style') @endsection @section('section') @if(!empty(get_static_option('support_ticket_module_status'))) {{__('New Ticket')}} @if(count($all_tickets) > 0)
@foreach($all_tickets as $data) @endforeach
{{__('ID')}} {{__('Title')}} {{__('Priority')}} {{__('Status')}} {{__('Action')}}
#{{$data->id}} {{$data->title}}

{{__('created at:')}} {{$data->created_at->format('D, d M Y')}}

{{ $all_tickets->links() }}
@else
{{__('Nothing Found')}}
@endif @endif @endsection @section('scripts') @endsection