@extends('frontend.layouts.app') @section('title', 'Register') @section('content') @include('frontend.includes.headers.headerTwo')
@if (session('status')) @endif
@csrf
{{ __('Reset Password') }}
@error('email') {{ $message }} @enderror
{{ __('Free Shipping') }}
{{ __('Free shipping all over the US') }}
{{ __('100% Satisfaction') }}
{{ __('Free shipping all over the US') }}
{{ __('Secure Payments') }}
{{ __('Free shipping all over the US') }}
{{ __('24/7 Support') }}
{{ __('Free shipping all over the US') }}
@include('frontend.includes.footers.footerTwo') @endsection