@extends('admin.auth.layouts.auth-master') @push('css') @endpush @section('section')
{{ __("Password ") }} {{ __("Reset") }}
{{ __("Enter your account email address or username") }}
@csrf
@error('credential')
{{ $message }}
@enderror
@endsection