@include('includes.data_table_header')
{!! Form::open(['route' => $base_route.'.bulk-action', 'id' => 'bulk_action_form']) !!} @if (isset($data['postal-exchange']) && $data['postal-exchange']->count() > 0) @php($i=1) @foreach($data['postal-exchange'] as $exchange) @php($i++) @endforeach @else @endif
S.N. Type Date Ref From To Subject File Action
{{ $i }} {{$exchange->type}} {{\Carbon\Carbon::parse($exchange->date)->format('Y-M-d')}} {{$exchange->ref_no}} {{$exchange->from}} {{$exchange->to}} {{$exchange->subject}} @if(isset($exchange->attachment) && $exchange->attachment !=='') @endif
No {{ $panel }} data found. Please Filter {{ $panel }} to show.
{!! Form::close() !!}