@include('includes.data_table_header')
{!! Form::open(['route' => $base_route.'.bulk-action', 'id' => 'bulk_action_form']) !!} @if (isset($data['route']) && $data['route']->count() > 0) @php($i=1) @foreach($data['route'] as $route) @php($i++) @endforeach @else @endif
S.N. Route Vehicle Status
{{ $i }}
Rent {{ $route->rent }}
{{ $route->description }}
@if(isset($route->vehicle)) @foreach($route->vehicle as $vehicle) @endforeach @endif
Model {{ $vehicle->model }}
Type {{ $vehicle->type }}
No {{ $panel }} data found. Please Filter {{ $panel }} to show.
{!! Form::close() !!}