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


@endsection