@extends('front.layout') @section('styles') @endsection @section('pagename') - {{__("Reset Password")}} @endsection @section('breadcrumb-title') {{__("Reset Password")}} @endsection @section('breadcrumb-link') {{__("Reset Password")}} @endsection @section('content') @csrf {{__('Email Address')}}* @error('email') {{ $message }} @enderror {{__('Password')}}* @error('password') {{ $message }} @enderror {{__('Confirm password')}}* @error('password') {{ $message }} @enderror {{ __('Reset Password') }} @endsection
{{ $message }}