@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'); $effective_type = Config::get('constants.effective_type'); //$image = isset($data[0]['flag'])?$data[0]['flag']:""; $mode = isset($mode)?$mode:"Add"; $videoBrowsecls = 'd-none'; $videourlcls = ''; // if($mode == 'Update'){ // if($data[0]['file_type'] == 1 ){ //URL // $videoBrowsecls = 'd-none'; // $videourlcls = ''; // }else{ // // Video files // $videoBrowsecls = ''; // $videourlcls = 'd-none'; // } // } @endphp

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

@if(isset($mode) && $mode == "Update"):
@if (per_hasModuleAccess('Appreciation', '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($data[0]['file']) && $data[0]['file'] != '' )
@endif @endif

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


@if(isset($effective_type) && !empty($effective_type)) @foreach($effective_type as $key => $val)
@endforeach @endif
@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
@endsection @section('scripts') @endsection