@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.coursefeepayment.title_singular') }}
@csrf
@if ($errors->has('course_id'))
{{ $errors->first('course_id') }}
@endif {{ trans('cruds.coursefeepayment.fields.traineeorganization_helper') }}
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif {{ trans('cruds.coursefeepayment.fields.name_helper') }}
@if ($errors->has('registration_no'))
{{ $errors->first('registration_no') }}
@endif {{ trans('cruds.coursefeepayment.fields.registration_no_helper') }}
@if ($errors->has('pbs_reb_office_name'))
{{ $errors->first('pbs_reb_office_name') }}
@endif {{ trans('cruds.coursefeepayment.fields.pbs_reb_office_name_helper') }}
@if ($errors->has('mobile_no'))
{{ $errors->first('mobile_no') }}
@endif {{ trans('cruds.coursefeepayment.fields.mobile_no_helper') }}
@if ($errors->has('bank_name'))
{{ $errors->first('bank_name') }}
@endif {{ trans('cruds.coursefeepayment.fields.bank_name_helper') }}
@if ($errors->has('branch'))
{{ $errors->first('branch') }}
@endif {{ trans('cruds.coursefeepayment.fields.branch_helper') }}
@if ($errors->has('bank_account_no'))
{{ $errors->first('bank_account_no') }}
@endif {{ trans('cruds.coursefeepayment.fields.bank_account_no_helper') }}
@if ($errors->has('payment_method'))
{{ $errors->first('payment_method') }}
@endif {{ trans('cruds.coursefeepayment.fields.payment_method_helper') }}
@if ($errors->has('amount'))
{{ $errors->first('amount') }}
@endif {{ trans('cruds.coursefeepayment.fields.amount_helper') }}
@if ($errors->has('reference_no'))
{{ $errors->first('reference_no') }}
@endif {{ trans('cruds.coursefeepayment.fields.reference_no_helper') }}
@if ($errors->has('date_of_cheque'))
{{ $errors->first('date_of_cheque') }}
@endif {{ trans('cruds.coursefeepayment.fields.date_of_cheque_helper') }}
@if ($errors->has('submit_date'))
{{ $errors->first('submit_date') }}
@endif {{ trans('cruds.coursefeepayment.fields.submit_date_helper') }}
@if ($errors->has('image_cheque'))
{{ $errors->first('image_cheque') }}
@endif {{ trans('cruds.coursefeepayment.fields.image_cheque_helper') }}
@if ($errors->has('image_submit_slip'))
{{ $errors->first('image_submit_slip') }}
@endif {{ trans('cruds.coursefeepayment.fields.image_submit_slip_helper') }}
@if ($errors->has('user'))
{{ $errors->first('user') }}
@endif {{ trans('cruds.coursefeepayment.fields.user_helper') }}
@endsection @section('scripts') @endsection