@extends('layouts.app') @section('title', 'Edit Module') @section('breadcrumb') @endsection @section('content')
@csrf @method('PUT')
@error('module_code')
{{ $message }}
@enderror
Cancel
@endsection