@extends('layouts.front-end.app') @section('title', \App\CPU\translate('Register')) @push('css_or_js') @endpush @section('content')

{{\App\CPU\translate('no_account')}}

{{\App\CPU\translate('register_control_your_order')}} .

@csrf
{{\App\CPU\translate('Please enter your first name')}}!
{{\App\CPU\translate('Please enter your last name')}}!
{{\App\CPU\translate('Please enter valid email address')}}!
{{\App\CPU\translate('Please enter your phone number')}}!
@foreach (\App\CPU\Helpers::get_business_settings('social_login') as $socialLoginService) @if (isset($socialLoginService) && $socialLoginService['status']==true) @endif @endforeach
@endsection @push('script') @endpush