@extends('layouts.registrarapp') @section('content')

Document Request Details

@if($document->is_accomplished)
@else @endif

List of Documents Request

@foreach($document_details as $docs)
Notice: Undefined variable: docs in D:\xampp\htdocs\dmmc\resources\views\registrar\document_request\view_request.blade.php on line 72

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\registrar\document_request\view_request.blade.php on line 72

Notice: Undefined variable: docs in D:\xampp\htdocs\dmmc\resources\views\registrar\document_request\view_request.blade.php on line 72

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\registrar\document_request\view_request.blade.php on line 72
@endforeach
- Document Name Unit Amount No. of Copies/Pages Amount
{{++$x}} {{$docs->document_name}}
{{$docs->document_remarks}}
{{$docs->amount}} {{$docs->copies}} {{number_format($docs->copies * $docs->amount,2)}}
TOTAL AMOUNT {{number_format($total_amount,2)}}
MANNER OF RELEASE @if($document->type_of_release == 1) The student will pick it up. @else The student will have a representative to pick it up. @endif
REMARKS {{$document->remarks}}
OR NO. {{$document->or_no}}  RELEASED DATE {{$document->released_date}} 
@if($document->is_accomplished == 0)
{{csrf_field()}}
@endif

@stop