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

Register

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