@extends($templatePathAdmin.'layout_portable') @section('main') @include($templatePathAdmin.'component.css_login')
@if($errors->has('username')) @foreach($errors->get('username') as $message) {{$message}}
@endforeach @endif
@if($errors->has('password')) @foreach($errors->get('password') as $message) {{$message}} @endforeach @endif
@if (sc_config_global('admin_forgot_password', 1)) @endif
@endsection @push('styles') @endpush @push('scripts') @endpush