/home/techb158/ileadtechnology.com/SSM/app/Http/Requests/finance/fee
NameSizeModeActions
FeeAllocationRequest.php9240644editdlrm
FeeConcessionRequest.php9290644editdlrm
FeeGroupRequest.php9190644editdlrm
FeeHeadRequest.php10330644editdlrm
FeeInstallmentRequest.php15660644editdlrm
SendFeeSMSRequest.php9140644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/app/Http/Requests/finance/fee/FeeAllocationRequest.php (924B)
'required' ]; } /** * Translate fields with user friendly name. * * @return array */ public function attributes() { return [ 'batch_id' => trans('academic.batch') ]; } /** * Get the error messages for the defined validation rules. * * @return array */ public function messages() { return [ ]; } }