@extends('layouts.auth') @section('main-content')

{{ __('Register') }}

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

@endsection