{{ $tableId ? 'Edit Internship' : 'Add Internship' }}
Eligible Batches
@foreach($batchRec as $batchDetail)
@endforeach
@error('batches') {{ $message }} @enderror
Additional Information
@error('description') {{ $message }}
@enderror
@if($index === 0)
@else
@endif
{!! $errors->first() !!}
@endif