@extends('layouts.admin') @section('content')
{{-- bpmi_header --}}

Nomination Form

@csrf
@if($errors->has('subject'))
{{ $errors->first('subject') }}
@endif
@if($errors->has('organization'))
{{ $errors->first('organization') }}
@endif {{ trans('cruds.nominatedOrganisation.fields.organization_helper') }}
@if($errors->has('number_of_trainee'))
{{ $errors->first('number_of_trainee') }}
@endif {{ trans('cruds.nominatedOrganisation.fields.number_of_trainee_helper') }}
SL Organization Number Of Trainee Action
@if($errors->has('course_for'))
{{ $errors->first('course_for') }}
@endif {{ trans('cruds.nomination.fields.course_for_helper') }}
@if($errors->has('course_fee'))
{{ $errors->first('course_fee') }}
@endif {{ trans('cruds.nomination.fields.course_fee_helper') }}
@endsection @section('scripts') @endsection