@extends('layouts.master') @section('content') Add DPR Welcome to WBI ASSAM-WBI Add DPR Add DPR @csrf Division * Select Division @foreach($divisions as $division) id) selected @endif>{{ $division->name }} @endforeach @error('division_id') {{ $message }} @enderror Industry Type * Select Industry Type @foreach($industry_types as $industry_type) id) selected @endif>{{ $industry_type->name }} @endforeach @error('industry_type') {{ $message }} @enderror Application Type * Select Application Type @foreach($application_type_masters as $application_type_master) id) selected @endif>{{ $application_type_master->application_type }} @endforeach @error('application_type') {{ $message }} @enderror DPR Document (PDF Format only)* View Sample @error('dpr_doc') {{ $message }} @enderror Save @include('layouts.footer') @endsection