@extends('layouts.app')
@section('title', 'Reset Password')
@section('content')
{{-- Tambah padding vertikal & horizontal --}}
{{-- Styling lebih modern --}}
@if (session('status'))
@endif
@if (session('error'))
@endif
@push('styles')
@endpush
@endsection