@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 }} N/A N/A N/A
{{ $client_arr->links() }}
Page : {{ $client_arr->currentPage() }} of {{ $client_arr->lastPage() }} | Total Records : {{ $client_arr->total() }}
@endsection @section('javascript') @endsection