@extends('layouts.app') @section('content')

{{ $title }}

@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror
Batal
@endsection