@extends('layouts.auth-master') @section('content')

Login

@include('layouts.partials.messages')
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@include('auth.partials.copy')
@endsection