@extends('App.Web.layouts.html') @section('header') Register @stop @section('content')

Register

@if (isset($errors) && $errors->any())
@endif @csrf
@stop