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

View DPR Welcome to WBI

View DPR

@csrf

DPR Details

Division : {{ $dprReport->division->name }}

Industry Type : {{ $dprReport->industry_type_detail->name }}


Application Type : {{ $dprReport->application_type_detail->application_type }}

DPR Document : View Document


@if (Auth::user()->role_id == 7)
Please select :
@endif

@if (Auth::user()->role_id == 7) Remarks : @else Remarks : @endif

Remarks:

@if ($dprReport->dprMomDocument && $dprReport->dprMomDocument->count())

Minutes Of Meetings

@foreach ($dprReport->dprMomDocument as $key => $document)
@endforeach
@endif
@if (!in_array($dprReport->doc_status, [31, 30])) @if (Auth::user()->role_id == 7 && $dprReport->doc_status != 5) @endif @endif
@if (!in_array($dprReport->doc_status, [31, 30])) @if (Auth::user()->role_id == 7 && $dprReport->doc_status != 30) @if ($dprReport->adminDprApproval && $dprReport->adminDprApproval->approved) @endif @endif @if (Auth::user()->role_id == 9) @endif @endif
@yield('script') @endsection