@extends('templates.dashboard') @section('isi')

{{ $title }}

@method('put') @csrf
@error('password')
{{ $message }}
@enderror
@endsection