@extends('layouts/layout') @section('title', 'Reset Password') @push('style') @endpush @section('content')

{{ __('Reset Password') }}

@csrf
@endsection @push('scripts') @endpush