@extends('layouts.app') @section('content')
Tricall

Forgot your Password

{{ __('Forgot your Password? No problem. Just let us know your email address and we will email you a Password reset link that will allow you to choose a new one.') }}

@if (session('status'))
{{ session('status') }}
@endif
@csrf
@error('email')
{{ $message }}
@enderror
@include('includes.login_jslinks') @endsection