@extends('front.layouts.app') @section('title') Welcome to @endsection @section('head') @endsection @section('content')

{{ __('Reset Password') }}

@if (session('status')) @endif
@csrf
@error('username') {{ $message }} @enderror
@endsection @section('script') @endsection