@extends('layouts.etemplate') @section('auth-body')
@csrf Log in
{{-- --}} @if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{--
--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--
Demo Login
EmailPassword
admin@eaccount.xyz1234
accountant@eaccount.xyz1234
projectmanager@eaccount.xyz1234
productmanager@eaccount.xyz1234
sellsmanager@eaccount.xyz1234
purchasemanager@eaccount.xyz1234
--}} {{--
--}}
@stop