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

Register

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