@extends('layout.default') @section('title', 'Bulk Receive') @push('head')
@endpush @section('content')
Single File Receive
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
Cases
@endsection @push('scripts') @endpush