@extends('admin.layout.auth') @section('content')

Sign In

{{ csrf_field() }}
@if ($errors->has('email'))

{{ $errors->first('email') }}

@endif
@if ($errors->has('password'))

{{ $errors->first('password') }}

@endif
@if(Setting::get('demo_mode', 0)==1)

Using below detail for demo version

User Name : admin@demo.com
Password : 123456

Super Administrator can manage whole system and other user's rights too.

@endif

Sign in

{{ csrf_field() }}
@if ($errors->has('email'))

{{ $errors->first('email') }}

@endif
@if ($errors->has('password'))

{{ $errors->first('password') }}

@endif
@if(Setting::get('demo_mode', 0)==1)

Using below detail for demo version

User Name : dispatcher@demo.com
Password : 123456

Super Administrator can manage whole system and other user's rights too.

@endif

Sign In

{{ csrf_field() }}
@if ($errors->has('email'))

{{ $errors->first('email') }}

@endif
@if ($errors->has('password'))

{{ $errors->first('password') }}

@endif
@if(Setting::get('demo_mode', 0)==1)

Using below detail for demo version

User Name : fleet@demo.com
Password : 123456

Super Administrator can manage whole system and other user's rights too.

@endif

Sign In

{{ csrf_field() }}
@if ($errors->has('email'))

{{ $errors->first('email') }}

@endif
@if ($errors->has('password'))

{{ $errors->first('password') }}

@endif
@if(Setting::get('demo_mode', 0)==1)

Using below detail for demo version

User Name : account@demo.com
Password : 123456

Super Administrator can manage whole system and other user's rights too.

@endif

Sign In

{{ csrf_field() }}
@if ($errors->has('email'))

{{ $errors->first('email') }}

@endif
@if ($errors->has('password'))

{{ $errors->first('password') }}

@endif
@if(Setting::get('demo_mode', 0)==1)

Using below detail for demo version

User Name : dispute@demo.com
Password : 123456

Super Administrator can manage whole system and other user's rights too.

@endif
@endsection