@extends('layouts.default', ['appTopMenu' => true]) @section('title', 'Act Section Master') @push('scripts') @endpush @push('head') @endpush @section('content') Act Section Master @csrf Select Act* Select @foreach($act as $val) {{ $val->actname }} @endforeach @error('ddl_act') {{ $message }} @enderror Section* @error('txt_section') {{ $message }} @enderror Sr. No.* @error('txt_sr_no') {{ $message }} @enderror Section Code* @error('txt_section_code') {{ $message }} @enderror Act Number @error('txt_act_no') {{ $message }} @enderror Act Year Select @for($i = date('Y'); $i>=1950; $i--) {{ $i }} @endfor @error('ddl_act_year') {{ $message }} @enderror Min. Imprisonment (in days) @error('txt_min_imprison') {{ $message }} @enderror Max. Imprisonment (in days) @error('txt_max_imprison') {{ $message }} @enderror Fine Amount @error('txt_fine_amt') {{ $message }} @enderror Cognizable/Non Cognizable Select Cognizable Non Cognizable @error('ddl_cognizable') {{ $message }} @enderror Compoundable/Non Compoundable Select Compoundable Non Compoundable @error('ddl_compoundable') {{ $message }} @enderror Bailable/Non Bailable Select Bailable Non Bailable Others @error('ddl_bailable') {{ $message }} @enderror Triable By Select Sessions Magistrate Either the sesion or magistrate @error('ddl_triable') {{ $message }} @enderror Life/Death Select Life Death @error('ddl_life_death') {{ $message }} @enderror And/Or/Both Select And Or Both @error('ddl_and_or_both') {{ $message }} @enderror Fine From Date @error('txt_from_date') {{ $message }} @enderror To Date @error('to_date') {{ $message }} @enderror Act Section Details @endsection @push('scripts') @endpush