@extends('auth.app') @section('content')
@include('component.flash')
{{csrf_field()}}
@include('component.error-message', ['field' => 'username'])
@include('component.error-message', ['field' => 'password'])
© OK Bakery {{--
Bootstrap Admin Template--}}
@endsection