@extends('layouts.admin') @section('title', 'Edit Course') @section('content')

Edit Course

@csrf @method('PUT')
@endsection