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

Edit Course

Edit Course

@csrf @method('PUT')
@if ($errors->has('category_id'))
{{ $errors->first('category_id') }}
@endif
@if ($errors->has('teacher_id'))
{{ $errors->first('teacher_id') }}
@endif
title) }}"> @if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('banner'))
{{ $errors->first('banner') }}
@endif
@if ($errors->has('video'))
{{ $errors->first('video') }}
@endif
language) }}"> @if ($errors->has('language'))
{{ $errors->first('language') }}
@endif
price) }}"> @if ($errors->has('price'))
{{ $errors->first('price') }}
@endif
@if ($errors->has('task_included'))
{{ $errors->first('task_included') }}
@endif
@if ($errors->has('certificate'))
{{ $errors->first('certificate') }}
@endif
{{--
number_of_lecture) }}"> @if ($errors->has('number_of_lecture'))
{{ $errors->first('number_of_lecture') }}
@endif
--}}
color_code) }}"> @if ($errors->has('color_code'))
{{ $errors->first('color_code') }}
@endif
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif
@if ($errors->has('requirements'))
{{ $errors->first('requirements') }}
@endif
@if ($errors->has('what_will_you_learn'))
{{ $errors->first('what_will_you_learn') }}
@endif
@if ($errors->has('who_this_course_is_for'))
{{ $errors->first('who_this_course_is_for') }}
@endif
@if ($errors->has('instructor'))
{{ $errors->first('instructor') }}
@endif

@endsection @section('js') @endsection