@include('includes.data_table_header')
{!! Form::open(['route' => $base_route.'.bulk-action', 'id' => 'bulk_action_form']) !!} @if (isset($data['customer']) && $data['customer']->count() > 0) @php($i=1) @foreach($data['customer'] as $customer) @php($i++) @endforeach @else @endif
RegNo Customer Address Mobile Status
{{ $customer->reg_no }} {{ $customer->name }} {{ $customer->address }} {{ $customer->mobile_1 }}
No {{ $panel }} data found.
{!! Form::close() !!}