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

DPR Report Welcome to WBI

User DPR Report List

@if(!empty($dprReportList) && $dprReportList->count()) @foreach($dprReportList as $key => $form) @endforeach @else @endif
Name Phone Number Email Divison Industry Type Application Type Status Submitted Date Action
{{ $value->user->name }} {{ $value->user->mobile }} {{ $value->user->email }} {{ $value->division->name }} {{ $value->industry_type_detail->name }} {{ $value->application_type_detail->application_type }} {{ $value->applicationStatus->name }} @if(isset($value->created_at)) {{ $value->created_at->format('d-m-Y') }} @endif @if(Auth::user()->role_id == 7 && $form->status_id == 16) @endif @if(Auth::user()->role_id == 7 && $value->application_status == 2) @endif
No DPR Report found!
{!! $dprReportList->links() !!}
@include('layouts.footer')
@if(Auth::user()->role_id == 7) @endif @yield('script') @endsection