@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