@extends('account.layout.auth') @section('content') {{--
{{ csrf_field() }}

Account Dashboard

@lang('admin.reset_password')
@if ($errors->has('email')) {{ $errors->first('email') }} @endif @lang('admin.login_here')
--}}
Forgot Password {{ csrf_field() }}
Admin Dispatcher Sub-company Corporate Hotel Account Manager Customer Care
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
Sign In
@endsection