@extends('backend.instructor.master') @section('content')
Update Course
Back
@csrf @method('PUT') @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@foreach ($course_goals as $data)
@endforeach
bestseller == 'yes' ? 'checked' : '' }}>
featured == 'yes' ? 'checked' : '' }}>
highestrated == 'yes' ? 'checked' : '' }}>
@endsection @push('scripts') @endpush