logo

{{ Cache::get(domain_info('user_id').'shop_description','') }}

@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
{{ \Amcoders\Lpress\Lphelper::MenuCustomForUser('left') }}
{{ \Amcoders\Lpress\Lphelper::MenuCustomForUser('center') }}
{{ \Amcoders\Lpress\Lphelper::MenuCustomForUser('right') }}

{{ __('Copyright') }} © {{ date('Y') }}. {{ __('All rights reserved by') }} {{ Cache::get(domain_info('user_id').'shop_name',env('APP_NAME')) }}