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

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

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