@extends('layouts.master') @section('content')
{{csrf_field()}}
@error('name') {{$message}} @enderror
Batal
@endsection @section('js') @endsection