@extends('layouts.master') @section('content')
DPR
Welcome to WBI
WBI
DPR List
User DPR
List
Application No
Name
Phone Number
Email
Divison
Industry Type
Select Industry Type
@foreach($industrytypes as $key => $industrytype)
{{ $industrytype->name }}
@endforeach
Application Type
Select Application Type
@foreach($application_types as $key => $application_type)
{{ $application_type->application_type }}
@endforeach
Doc Status
Select Status
@foreach($statuses as $key => $status)
{{ $status->name }}
@endforeach
Submitted From Date
Submitted To Date
ReSubmitted From Date
ReSubmitted To Date
Clear
Application No
Name
Phone Number
Email
Divison
Industry Type
Application Type
Status
Submitted Date
Resubmission Date
Action
@include('layouts.footer')
@if(Auth::user()->role_id == 7)
Reassign Application to different Division
×
@csrf
Divison
--Select Division--
@foreach($divisions as $key => $value)
{{ $value['name'] }}
@endforeach
@endif @yield('script') @endsection