@extends('admin.layout.main', ['title' => 'Setelan Pengguna']) @section('main')
{{ __('This is a secure area of the application. Please confirm your password before continuing.') }}
@csrf
{{ __('Confirm') }}
@endsection