@extends('../layout/login') @section('head') Login - {{ orgName() }} @endsection @section('content')
@if (env('DEMO_MODE') == 'YES')
Email Password
admin@mail.com 12345678
customer@mail.com 12345678
@endif {{ orgName() }}

@translate(Sign In)

@csrf
@translate(A few more clicks to sign in to your account.)
@error('email') @enderror @error('password') @enderror
@translate(Forgot Password)?
@endsection @section('script') {{-- --}} @if (env('DEMO_MODE') == 'YES') @endif @endsection