@extends('layouts.app') @push('title') {{ $title }} @endpush @section('content')
{{ __('Full Name') }}
|
@if($regForm->enable_batch)
{{ __('Batch') }}
|
@endif
@if($regForm->enable_passing_year)
{{ __('Passing Year') }}
|
@endif
{{ __('Change Status') }}
|
{{ __('Action') }}
|
---|