@extends('layouts.app') @section('content')
Register
{{ csrf_field() }}
@if ($errors->has('project'))s {{ $errors->first('project') }} @endif
@if ($errors->has('redirect')) {{ $errors->first('redirect') }} @endif
@endsection