{{ $pageTitle }}
{{ __('SL') }} | {{ __('Issue') }} | {{ __('Details') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|---|
{{ $loop->iteration }} | {{ $request->issue_name }} | {{ Str::limit($request->details, 50, '...') }} |
@if ($request->status == MAINTENANCE_REQUEST_STATUS_COMPLETE)
{{ __('Completed') }}
@elseif($request->status == MAINTENANCE_REQUEST_STATUS_INPROGRESS)
{{ __('In Progress') }}
@else
{{ __('Pending') }}
@endif
|
|