@extends('layouts.master') @section('page_title') @if(isset($page_title)) {{ $page_title }} @endif @endsection @section('content')
@include('commons.notifications')

Clients

@if ($client_arr->isEmpty()) @else @foreach ($client_arr as $row) @endforeach @endif
Client Account Manager Status Country Last Modified By Action Bulk Actions ( )
No Records found
{{ $row->name }} {{ $row->auth_user_info->name }} {{ $row->status }} @if(isset($row->country_info)) {{ $row->country_info->en_short_name }} @else N/A @endif @if(isset($row->modified_by_info)) {{ $row->modified_by_info->name }}@else N/A @endif
{{ $client_arr->links() }}
Page : {{ $client_arr->currentPage() }} of {{ $client_arr->lastPage() }} | Total Records : {{ $client_arr->total() }}
@endsection @section('javascript') @endsection