@extends('layouts.default', ['appTopMenu' => true]) @section('title', 'Filing - Modify') @push('head')
@endpush @section('content')
Filing - Modify
Case Type
Select
@foreach($getHCCaseType as $ct)
{{ $ct->skey." - ".ucwords(strtolower($ct->casename)) }}
@endforeach
Case No.
Year
Select
@for($i = date("Y"); $i >= 1930; $i--)
{{ $i }}
@endfor
@endsection