@extends('layouts.default', ['appTopMenu' => true]) @section('title', 'DA Case Allotment') @push('head') @endpush @section('content') DA Case Allotment @csrf Section Officer Select Section Officer @if(!empty($results)) @if(count($results)>0) @foreach($results as $item) {{$item->section_abbr}} - {{$item->section_name}} @endforeach @endif @endif Dealing Assistant Select Dealing Assistant @error('ddl_da') {{ $message }} @enderror Case Type Select Dealing Assistant @error('da_case') {{ $message }} @enderror From To Year DA Case Allotment Update Headcopyiest From Case No. To Case No. case_from_year Update @endsection @push('scripts') @endpush