@extends('layouts.default', ['appTopMenu' => true]) @section('title', 'Portfolio Judge') @push('head') @endpush @section('content') Portfolio Judge @csrf Hon'ble Judge Select Hon'ble Judge @foreach($getJudges as $jud) id ? "selected" : "" }} value="{{ $jud->id }}">{{ $jud->name ." -> ". $jud->est_name }} @endforeach @error('judge') {{ $message }} @enderror District @foreach ($getDistricts as $dis) {{ $dis->est_name }} @endforeach Family Courts, Jabalpur Zone Family Courts, Indore Zone Family Courts, Gwalior Zone @error('district') {{ $message }} @enderror From Date To Date Alloted District of Portfolio Judge @endsection @push('scripts') @endpush