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

All Documents

General Documents Overview

@foreach($document_arr as $row) @endforeach

Client Document Overview

@foreach($client_docs as $row) @endforeach

MNO Document Overview

@foreach($mno_docs as $row) @endforeach
@endsection @section('javascript') @endsection