@extends('auth.layouts.default') @section('page-title') {{ LaraCore::setting('html_prefix') }} {{ (LaraCore::setting('html_prefix') != '') ? '|' : '' }} Login @stop @section('custom-styles') @stop @section('content')
@if ($errors->has('status') || $errors->has('status')) {{ $errors->first('status') }} @endif {{--
--}} @if(url()->current() != url('/superadmin')) @endif
@if(!LaraCore::settingHas('remember_me') || LaraCore::setting('remember_me'))
@endif
{{-- --}} @if(!LaraCore::settingHas('forgot_password') || LaraCore::setting('forgot_password')) I forgot my password
@endif {{-- Register a new membership --}}
@endsection @section('custom-scripts') @endsection