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

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

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

General information

@if(isset($mode) && $mode == 'Update')
{{(isset($data[0]['created_at'])) ? date_getFormattedDateTime($data[0]['created_at']): '---'}}
{{(isset($data[0]['updated_at']))? date_getFormattedDateTime($data[0]['updated_at']): '---'}}
@endif

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