@extends('layouts.master') @section('content') Edit DPR Welcome to WBI ASSAM-WBI Edit DPR Edit DPR @csrf @method('PUT') Division * Select Division @foreach($divisions as $division) division_id == $division->id) selected @endif>{{ $division->name }} @endforeach @error('division_id') {{ $message }} @enderror Industry Type * Select Industry Type @foreach($industry_types as $industry_type) industry_type == $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) application_type == $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 Update @include('layouts.footer') @endsection