@extends('layouts.app') @section('content')

Create Account

@csrf @if ($errors->any())
{{ $errors->first() }}
@endif
@endsection