@extends('layouts.admin') @section('styles') @endsection @section('content') @php $course_path = Config::get('path.course_path'); $course_details_fields_arr = Config::get('constants.course_details_fields_arr'); $image = isset($data[0]['flag'])?$data[0]['flag']:""; $mode = isset($mode)?$mode:"Add"; $Browsecls = ''; $videourlcls = 'd-none'; @endphp @if($mode == 'Update') @if($data[0]['type'] == 1 ) @php $Browsecls = ''; $videourlcls = 'd-none'; @endphp @else @php $Browsecls = 'd-none'; $videourlcls = ''; @endphp @endif @endif

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

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

General information

@if(isset($mode) && $mode == 'Update') @if(isset($checkImgArrSplash['img_url']) && $checkImgArrSplash['img_url'] != '' )
@endif @endif @if(isset($img_ext_array) && !empty($img_ext_array))

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

[ Recommended image size: Width: {{!empty($Dimention_arr[0]['W'])?$Dimention_arr[0]['W']:''}} X Height: {{!empty($Dimention_arr[0]['H'])?$Dimention_arr[0]['H']:''}}]

@endif

@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