@extends('layouts.dashboard') @section('isi')
@method('PUT') @csrf
@error('name')
{{ $message }}
@enderror


@endsection