@extends(backpack_view('layouts.plain')) {{--@section('content')--}} {{--
--}} {{--
--}} {{--

{{ trans('backpack::base.login') }}

--}} {{--
--}} {{--
--}} {{--
--}} {{-- {!! csrf_field() !!}--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- @if ($errors->has($username))--}} {{-- --}} {{-- {{ $errors->first($username) }}--}} {{-- --}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- @if ($errors->has('password'))--}} {{-- --}} {{-- {{ $errors->first('password') }}--}} {{-- --}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @if (backpack_users_have_email() && config('backpack.base.setup_password_recovery_routes', true))--}} {{-- --}} {{-- @endif--}} {{-- @if (config('backpack.base.registration_open'))--}} {{-- --}} {{-- @endif--}} {{--
--}} {{--
--}} {{--@endsection--}} @section('content')
{!! csrf_field() !!} logo
@if ($errors->has($username)) {{ $errors->first($username) }} @endif @if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if (backpack_users_have_email() && config('backpack.base.setup_password_recovery_routes', true))

{{ trans('backpack::base.forgot_your_password') }}

@endif @if (config('backpack.base.registration_open'))

{{ trans('backpack::base.register') }}

@endif
@endsection