@extends('frontend.layouts.master') @section('style') @endsection @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{ __("routes.register") }}

@csrf
@error('password') {{ $message }} @enderror
@error('password') {{ $message }} @enderror

{{ __("routes.Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our") }} {{ __("routes.privacy & policy") }}

@endsection @section('script') @endsection