@extends('layouts.app') @section('title', $app_setting['name'] . ' | Course Edit') @push('styles') @endpush @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Edit Course
@csrf @method('PUT')
Current image
@foreach (json_decode($course->description) as $description)
@endforeach
is_active) checked @endif>
@endsection @push('scripts') @endpush