@extends('layouts.auth') @section('page-title') {{__('Forgot Password')}} @endsection @php $logo=asset(Storage::url('uploads/logo/')); $company_logo=Utility::getValByName('company_logo'); @endphp @section('auth-topbar') @endsection @section('content')

{{__('Forgot Password')}}

{{__('We will send a link to reset your password.')}}

@if (session('status'))

{{ session('status') }}

@endif
@csrf
@error('email') {{ $message }} @enderror

{{__('OR')}} {{__('Signin')}}

@endsection