@extends('admin.layouts.main') @section('content')
@section('page_title') Edit Course @endsection

Edit Course


@csrf @method('PUT')
{{ $course->title }}

Leave blank to keep the current image. Recommended size: 1200x400px
@error('priority') {{ $message }} @enderror
Cancel
@endsection