@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')

{{ __('My Support Request List') }}

{{ __('Ticket ID') }} {{ __('Status') }} {{ __('Category') }} {{ __('Subject') }} {{ __('Priority') }} {{ __('Created Date') }} {{ __('Last Updated Date') }} {{ __('Actions') }}
@endsection @section('js') @endsection