@extends('admin.layouts.simple.master') @section('title', 'Default') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Service

@endsection @section('breadcrumb-items') @endsection @section('content')
Edit Course
@csrf @method('PUT')
@if($errors->any()) @endif @if(Session::has('message')) @endif

Video Type

video_type == 'iframe' ? 'checked' : '' ) }}>
video_type == 'file' ? 'checked' : '' ) }}>
@if($course->video_type == 'file') @if(($course->hasMedia('video')))
@endif @endif

@if((isset($course)) && ($course->hasMedia('thumbnail'))) @endif
is_featured == 1) ? 'checked' : ''}}>
@endsection @section('script') @endsection