@extends('layouts.app') @section('title', 'Register') @section('content')

Register

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