/home/techb158/ileadtechnology.com/SSM/app/Http/Requests/institute
Edit: /home/techb158/ileadtechnology.com/SSM/app/Http/Requests/institute/InstituteDocumentRequest.php (931B)
'required',
];
}
/**
* Translate fields with user friendly name.
*
* @return array
*/
public function attributes()
{
return [
'title' => trans('institute.document_title'),
];
}
/**
* Get the error messages for the defined validation rules.
*
* @return array
*/
public function messages()
{
return [
];
}
}