@extends('layouts.admin') @section('styles') @endsection @section('content') @php $valid_ext = implode(", ", Config::get('constants.image_ext_array')); $sequence_no = isset($mode) && ($mode == 'Add') ? (isset($sequence_no)?$sequence_no:'0') : (isset($data[0]['sequence_no'])?$data[0]['sequence_no']:''); $images = isset($data[0]['image'])?$data[0]['image']:""; @endphp

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

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

General information

@if(isset($mode) && $mode == 'Update') @if(isset($checkImgArr['img_url']) && $checkImgArr['img_url'] != '' && $images != "") @endif @endif

[ Valid extentions: {{!empty($img_ext_array)?$img_ext_array:''}}]

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