@extends('layouts.auth') @section('title', 'Sign up') @section('content')

Sign up

Input your data to sign up to our panel.

@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@csrf

Already have an account? Log in.

@endsection