@include('backend.partials.header') @section('content')
logo Please enter your user information.
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
OR
@if(globalSettings('facebook_status') || globalSettings('google_status'))
@if(globalSettings('facebook_status') == App\Enums\Status::ACTIVE) @endif @if(globalSettings('google_status') == App\Enums\Status::ACTIVE) @endif
@endif @if(env('DEMO') && env('DEMO') !=="")
Demo Login
@endif
@show @include('backend.partials.footer')