@extends('adminlte::master') @section('adminlte_css') @yield('css') @stop @section('body_class', 'login-page') @section('body')
@if(session('error'))
{{ session('error') }}
@endif
{!! csrf_field() !!}
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@stop @section('adminlte_js') @yield('js') @stop