{{__('Personal Detail')}}
- {{__('Full Name:')}} {{$userDetail->name}}
- {{__('Phone No:')}} {{$userDetail->phone}}
- {{__('Address:')}} {{$userDetail->address}}
- {{__('Email Address:')}} {{$userDetail->email}}
{{__('About the Store')}}
{{$store->idea}}
-
{{--
- --}} {{-- Full Name: {{$store->about_store}}--}} {{-- --}}
- {{__('Business Phone No:')}} {{$store->phone}}
- {{__('Business Address:')}} {{$store->address}}
- {{__('Company Name in the Trade License:')}} {{$store->tl_company_name}}
- {{__('Trade License Number:')}} {{!empty($store->tl_number)? $store->tl_number : __('not provided')}}
- {{__('Trade License Expiry Date:')}} {{!empty($store->tl_expiry)? date('Y-m-d', $store->tl_expiry) : __('not provided')}}
- {{__('Trade License')}}
@if(!empty($store->tl_image))
@else
{{__('not provided')}}
@endif
{{__('Categorize Store')}}
{{__('Category')}}
{{__('Subcategories')}}
@forelse($categories as $category)
@empty
@endforelse
{{$category->translation->name}}
@forelse($category->subcategories as $subcategory)
@empty
@endforelse
- {{$subcategory->translation->name}},
{{__('Content of Store')}}
- {{__('Tagline:')}} {{$store->tagline}}
- {{__('Location:')}} {{$store->location}}
- {{__('Default Language:')}} {{ucwords($store->default_language)}}
- {{__('Second Language:')}} {{($store->default_language == 'english')? 'Arabic': 'English'}}
- {{__('Currency:')}} {{$store->default_currency}}({{__('Default')}})
- {{__('All Currencies:')}} {{$store->currencies[0]}}, {{$store->currencies[1]}}
- {{__('Description:')}} {{$store->about_store}}
{{-- {{__('Store Domain')}}--}} {{__('Store Domain & Application Accounts')}}
- {{__('Domain Name:')}} {{$store->domain_name}}
- {{__('Domain Service Provider:')}} {{$store->domain_url}}
- {{__('Email/Username:')}} {{$store->domain_email}}
- {{__('Password:')}} {{$store->domain_password}}
{{__('Google Store Account')}}
- {{__('Email:')}} {{$store->gp_email}}
- {{__('Password:')}} {{$store->gp_password}}
{{__('App Store Account')}}
- {{__('Email:')}} {{$store->as_email}}
- {{__('Password:')}} {{$store->as_password}}
{{__('Logo & Design Card')}}
- {{__('Store Name:')}} {{$store->name}}
{{__('Logo')}}
{{__('Category Card')}}
{{__('Product Card')}}
{{__('Color & Branding')}}
- {{__('Primary Color:')}} {{$store->primary_color}}
- {{__('Secondary Color:')}} {{$store->secondary_color}}
{{__('Social Accounts')}}
- {{__('Facebook:')}} {{!empty($store->facebook_link)? $store->facebook_link : __('not provided')}}
- {{__('Instagram:')}} {{!empty($store->instagram_link)? $store->instagram_link : __('not provided')}}
- {{__('YouTube:')}} {{!empty($store->youtube_link)? $store->youtube_link : __('not provided')}}
- {{__('Twitter:')}} {{!empty($store->twitter_link)? $store->twitter_link : __('not provided')}}
{{__('Facebook Account Credentials')}}
- {{__('Email:')}} {{!empty($store->facebook_email)? $store->facebook_email : __('not provided')}}
- {{__('Password:')}} {{!empty($store->facebook_password)? $store->facebook_password : __('not provided')}}
{{__('Gmail Account Credentials')}}
- {{__('Email:')}} {{!empty($store->gmail_email)? $store->gmail_email : __('not provided')}}
- {{__('Password:')}} {{!empty($store->gmail_password)? $store->gmail_password : __('not provided')}}