@extends('Admin.Layout.main_layout') @section('title','View Document ') @section('main_container')

View Document

@if(!$document_arr ->isEmpty()) @foreach($document_arr as $data) @endforeach @else

No Data Available

@endif
No. Document Type Document Actions

Warning: Undefined variable $data in /home/karnava/public_html/center.karnavati.in/resources/views/view_document.blade.php on line 45

Warning: Attempt to read property "id" on null in /home/karnava/public_html/center.karnavati.in/resources/views/view_document.blade.php on line 45

Warning: Undefined variable $data in /home/karnava/public_html/center.karnavati.in/resources/views/view_document.blade.php on line 46

Warning: Attempt to read property "types_name" on null in /home/karnava/public_html/center.karnavati.in/resources/views/view_document.blade.php on line 46
@endsection