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

Network Operators

{{-- --}} @if ($network_operators->isEmpty()) @else @foreach ($network_operators as $row) @endforeach @endif
#Name Country Account Manager Action Bulk Actions ( )
No Records found
{{ $row->name }} {{ $row->country_info->en_short_name }} {{ $row->account_manager_info->name }}
{{ $network_operators->links() }}
Page : {{ $network_operators->currentPage() }} of {{ $network_operators->lastPage() }} | Total Records : {{ $network_operators->total() }}
@endsection @section('javascript') @endsection