@include('includes.data_table_header')
{!! Form::open(['route' => $base_route.'.bulk-action', 'id' => 'bulk_action_form']) !!} @if (isset($data['placement']) && $data['placement']->count() > 0) @php($i=1) @foreach($data['placement'] as $placement) @php($i++) @endforeach @else @endif
{{ __('common.s_n')}} {{ $panel }} Phone Email {{ __('common.status')}}
{{ $i }} {{ $placement->title }} - [{{ $placement->id }}] {{ $placement->phone }} {{ $placement->email }}
No {{ $panel }} data found.
{!! Form::close() !!}