@extends('layouts.plain') @section('title', 'Register | ' . config('app.name')) @section('extra_styles') @endsection @section('content')

Create Account

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