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

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

@if(isset($mode) && $mode == "Update") @endif
You have some form errors. Please check below.
Your form validation is successful!

General information


@if(isset($mode) && $mode == 'Update') @php $created_at = (isset($data[0]['created_at'])) ? date_getFormattedDateTime($data[0]['created_at']): '---'; @endphp @php $updated_at = (isset($data[0]['updated_at'])) ? date_getFormattedDateTime($data[0]['updated_at']): '---'; @endphp
{{$created_at}}
{{$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