@foreach($rahebar as $data) @endforeach
No. Rep/Agent type Name Phone Email Status Actions
{{ $no++ }} {{ MerchantAgentTypes($data->agent_types_id) }} {{ $data->name }} {{ $data->mobile }} {{ $data->email }} {{ ($data->status == 0 )? 'Inactive':'Active'}} @if(checkPermissionOnWeb('AgentPartner','edit') > 0) @endif @if(checkPermissionOnWeb('AgentPartner','delete') > 0) @endif
Showing {{ $rahebar->firstItem() }} to {{ $rahebar->lastItem() }} of {{ $rahebar->total() }} entries
{!! $rahebar->appends(array('paginate'=>$paginate,'txtsearchable' => $txtsearchable,'enterprise_id' => $enterprise_id,'merchant_id' => $merchant_id,'agent_types_id' => $agent_types_id))->links() !!}