@extends('backpack::layout_guest') @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()) @endif @if (config('backpack.base.registration_open')) @endif
@endsection