@extends('layouts.guest') @section('head') @endsection @section('content')
@include('alert.success') @include('alert.errorlist')
{!! csrf_field() !!}
@if ($errors->has('username')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection @section('foot') @endsection