@extends('admin.admin_master') @section('title') Edit Course @endsection @section('content')

Edit Course. Back

@csrf
@error('title') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@endsection