@extends('user.layouts.index', ['header' => true, 'nav' => true, 'demo' => true, 'settings' => $settings]) {{-- Custom CSS --}} @section('css') {{-- Cropper --}} @endsection @php $defaultImage = ""; foreach ($themes as $theme) { if ($theme->theme_id == $business_card->theme_id) { $defaultImage = url("img/vCards/".$theme->theme_thumbnail); } } @endphp @section('content')
{{-- Failed --}} @if(Session::has("failed")) @endif {{-- Success --}} @if(Session::has("success")) @endif

{{ __('Update Store') }}

{{-- Nav links --}} @include('user.pages.edit-store.include.nav-link', ['link' => 'basic'])
@csrf {{-- Create Card --}}
{{-- Themes --}} {{-- Card details --}}
{{-- Language --}}
{{-- Profile image and banner images preview --}}
{{-- Banners --}}
{{ __('Banner') }}
* {{ __('Upload banner images one after the other') }}
{{-- Logo --}}
{{ __('Logo') }}
{{-- Store name --}}
{{-- Personalized Link --}} @if ($plan_details->personalized_link)
{{ URL::to('/') }} title, 'Duplicate') ? '' : 'disabled' }}>
{{ __('Store link') }} : {{ url($business_card->card_url) }}
@endif {{-- Store greeting --}}
{{-- Currency --}}
{{-- Country Code --}}
@include('user.pages.edit-store.include.country-code')
{{-- WhatsApp Number --}}
@include('user.pages.edit-store.include.whatsapp-no')
{{-- WhatsApp Footer Text --}}
@include('user.includes.footer')
{{-- Choose a theme modal --}} {{-- Custom JS --}} @push('custom-js') {{-- Tom Select --}} {{-- Cropper --}} {{-- Convert to slug --}} {{-- Profile image cropping --}} @endpush @endsection