@extends('layouts.public') @section('content') @include('includes.corano-breadcrumb', [ 'crumbs' => [ ['label' => __('public.auth.register')], ], ])

{{ __('public.menu.sign_up') }}

{{ __('public.auth.create_account_title') }}

{{ __('public.auth.have_account') }} {{ __('public.auth.sign_in_here') }}

@csrf
@error('terms')
{{ $message }}
@enderror
@endsection