@extends('layouts.backend') @section('content')

Create Course Content

Create Course Content

@csrf
@if ($errors->has('course_id'))
{{ $errors->first('course_id') }}
@endif
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
{{--
@if ($errors->has('number_of_lecture'))
{{ $errors->first('number_of_lecture') }}
@endif
--}}
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif

@endsection @section('js') @endsection