@if(Cache::has(domain_info('user_id').'location')) @php $contact=json_decode(Cache::get(domain_info('user_id').'location')); @endphp Contact Us
{{ $contact->address }}, {{ $contact->city }}, {{ $contact->state }}, {{ $contact->zip_code }}
{{ $contact->phone }}
{{ $contact->email }}
@endif @if(Cache::has(domain_info('user_id').'socials')) @php $socials=json_decode(Cache::get(domain_info('user_id').'socials',[])); @endphp
    @foreach($socials as $key => $value)
  • @endforeach
@endif
{{ ThemeFooterMenu('left','frontend.bazar.components.footer_menu') }}
{{ ThemeFooterMenu('center','frontend.bazar.components.footer_menu') }}
{{ ThemeFooterMenu('right','frontend.bazar.components.footer_menu') }}
{{ __('Copyright') }} © {{ date('Y') }}. {{ __('All rights reserved by') }} {{ Cache::get(domain_info('user_id').'shop_name',env('APP_NAME')) }}