@extends('layouts.app') @section('content')
Please enter your user information.
Sign Up {{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
© 2018 Your Company
@endsection