@extends('dashboard.layout.master') @section('content')
@include('dashboard.layout.navbar')
Missing Document List {{-- Auth::user()->role --}}
@foreach($missing_documents as $item) @if($item->status == 'P') @else @endif @endforeach
Survey Id Date Ref No Status Action Department Comment By Comment
View SID:{{ $item->survey_id }} {{ Carbon\Carbon::parse($item->created_at)->format('d-m-Y') }} {{ get_ref_no($item->survey_id) }} {{ $item->status }}Upload Missing DocumentDocument Uploaded{{ $item->created_role }} {{ get_user_name($item->created_by) }} {{$item->comment}}
{{ $missing_documents->links() }}
@if(session('error')) @endif @if(session('success')) @endif @endsection