@extends('default') @section('title') Register @endsection @section('content')

Register

@csrf
@if ($errors->any())

{{ $errors->first() }}

@endif
@endsection