@extends('admin.admin_master') @section('title') Edit Course @endsection @section('content') Edit Course. Back @csrf Course Ttile* @error('title') {{ $message }} @enderror Image Description* {{ $course->description }} @error('description') {{ $message }} @enderror @endsection