@extends('frontend.layouts.master') @section('meta_title', 'Register'. ' || ' . $setting->app_name) @section('contents')

{{ __('Create Your Account') }}

{{ __('Hey there! Ready to join the party? We just need a few details from you to get') }}
{{ __('started Lets do this!') }}

@if($setting->google_login_status == 'active') @endif
@endsection