@extends('admin.layouts.master') @section('title', 'Videosetting - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('VideoSetting') }}
@csrf
{{ __('Please enter Url!') }}.
{{__('Only applicable on youtube embedded url.
{{ __('Please enter tittle!') }}.
{{ __('Please enter description!') }}.
{{ __('Upload') }}
@if($videosetting['image'] !== NULL && $videosetting['image'] !== '') @else course @endif
@endsection