@extends('admin.default') @section('css') @endsection @section('content')

Edit Course

@include('include.messages')

Edit Course

@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
Cancel
@endsection @section('js') @endsection