@extends('layouts.auth-master') @section('content') @include('layouts.partials.messages')
@csrf
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@endsection