@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 Status

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

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

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

Warning: Attempt to read property "types_name" on null in /home/karnava/public_html/center.karnavati.in/resources/views/Admin/view_document.blade.php on line 93
view document
/home/karnava/public_html/center.karnavati.in/resources/views/Admin/view_document.blade.php on line 100
" class="panel-collapse collapse">
@csrf
@if($errors->has('status')) {{($errors->first('status'))}} @endif
/home/karnava/public_html/center.karnavati.in/resources/views/Admin/view_document.blade.php on line 168
"> @if($errors->has('comment')) {{($errors->first('comment'))}} @endif
@endsection