@extends('layouts.admin.auth_layout') @section('title', 'Reset Password') @section('vendor-css') @endsection @section('page-css') @endsection @section('content')

{{ __('Reset Password') }}

{{__('Enter the email you used when you joined and we will send you password reset Link')}}
@if (session('status')) @endif
@csrf
@error('email') {{ $message }} @enderror
Or Sign in as
branding logo
@endsection @section('page-vendor-js') @endsection @section('page-js') @endsection