@extends('layouts.admin') @section('styles') @endsection @section('content')

{{(isset($mode)?$mode:'') }} Batch {{((isset($data[0]['batch_name'])?' - '.$data[0]['batch_name']:''))}}

@if(isset($mode) && $mode == "Update")
@if (per_hasModuleAccess('Batch', 'View')) @endif @if (per_hasModuleAccess('Batch', 'Delete')) {{-- --}} @endif
@endif
You have some form errors. Please check below.
Your form validation is successful!

General information

@php $value= ''; @endphp @if($mode == 'Update') @php $value = 'disabled="disabled"'; @endphp @else @php $value = ''; @endphp @endif
@if(isset($mode) && $mode == 'Update')
{{(isset($data[0]['created_at']))? date_getFormattedDateTime($data[0]['created_at']) :''}}
{{(isset($data[0]['created_at']))? date_getFormattedDateTime($data[0]['created_at']) :''}}
@endif

Time/Schedule information

Language

@if (!empty($language)) @php $cnt = count($language); @endphp @for ($i = 0; $i < $cnt; $i++) @php $direction = ($language[$i]['direction'] == "2")?"rtl":"ltr"; @endphp
@endfor @endif
@endsection @section('scripts') @endsection