@extends('frontend.layouts.master') @section('style') @endsection @section('content') @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif {{ __("routes.register") }} @csrf {{ __("routes.First Name") }} * {{ __("routes.Last Name") }} * {{ __("routes.Email Address") }} * {{ __("routes.Phone:") }} * {{ __('routes.Password') }} * 👁️ @error('password') {{ $message }} @enderror {{ __('routes.Confirm Password') }} * 👁️ @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") }} {{ __("routes.register") }} @endsection @section('script') @endsection
{{ __("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") }}