@extends('layouts.admin') @section('styles') @endsection @section('content') @php $mode = isset($mode)?$mode:"Add"; $videoBrowsecls = 'd-none'; $videourlcls = ''; @endphp @if($mode == 'Update') @if($data[0]['banner_type'] == 2 ) @php $videoBrowsecls = 'd-none'; $videourlcls = ''; @endphp @else @php $videoBrowsecls = ''; $videourlcls = 'd-none'; @endphp @endif @endif

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

@if(isset($mode) && $mode == "Update")
@if (per_hasModuleAccess('Banner', 'View')) @endif @if (per_hasModuleAccess('Banner', '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($checkbannerImgArr['img_url']) && $checkbannerImgArr['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($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
@endsection @section('scripts') @endsection