{{--

 {{ $panel }} List

--}}
{{--
{{ $panel }} Record list on table. Filter {{ $panel }} using the filter.
--}}
{!! Form::open(['route' => 'application.bulk-action', 'id' => 'bulk_action_form']) !!} @if (isset($data['application']) && $data['application']->count() > 0) @php($i=1) @foreach($data['application'] as $application) @php($i++) @endforeach @else @endif
{{ __('common.s_n')}} Type Date Subject Message {{ __('common.status')}}
{{ $i }} {{ isset($application->application_type_id)?ViewHelper::getApplicationTypeById($application->application_type_id):'' }} {{\Carbon\Carbon::parse($application->date)->format('Y-m-d')}} {{-- TO--}} {{-- {{\Carbon\Carbon::parse($application->end_date)->format('Y-m-d')}}--}} {{ $application->subject }} {{ $application->message }}
@if($application->status != 'active') @endif
No {{ $panel }} data found. Please Filter {{ $panel }} to show.
{!! Form::close() !!}