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

{{ $title }}

@csrf
@error('name')

{{ $message }}

@enderror
Batal
@endsection