@extends('layouts.admin.auth_layout') @section('title', 'Reset Password') @section('vendor-css') @endsection @section('page-css') @endsection @section('content') {{ __('Reset Password') }} {{__('Login')}} {{__('Register')}} {{__('Enter the email you used when you joined and we will send you password reset Link')}} @if (session('status')) {{ session('status') }} @endif @csrf {{ __('Email Address') }} @error('email') {{ $message }} @enderror {{ __('Send Password Reset Link') }} {{__('I remembered my password')}} Or Sign in as Google Facebook @endsection @section('page-vendor-js') @endsection @section('page-js') @endsection