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

Account Dashboard

Sign in to your account.
@if ($errors->has('email')) {{ $errors->first('email') }} @endif @if ($errors->has('password')) {{ $errors->first('password') }} @endif Forget Password?
--}}
Sign In {{ csrf_field() }}
Admin Dispatcher Sub-company Corporate Hotel Account Manager Customer Care
@if ($errors->has('email')) {{ $errors->first('email') }} @endif @if ($errors->has('password')) {{ $errors->first('password') }} @endif
Forgot Password
@endsection