@extends('layouts.master') @section('content') DPR List Welcome to WBI ASSAM-WBI DPR List DPR List Add DPR Application No 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 @if ($message = Session::get('success')) {{ $message }} @endif Application No Divison Industry Type Application Type Status Submitted Date Resubmission Date Action @include('layouts.footer') @yield('script') @endsection
{{ $message }}