@if(Auth::check())
  • {{ csrf_field() }}
  • @auth {{ Auth::user()->cart->count() }} @else @php $c = array(); $c = Session::get('cart'); if(!empty($c)){ $c = array_filter($c); }else{ $c = []; } @endphp {{ count ($c) }} @endauth
  • @else
  • @auth {{ Auth::user()->cart->count() }} @else @php $c = array(); $c = Session::get('cart'); if(!empty($c)){ $c = array_filter($c); }else{ $c = []; } @endphp {{ count ($c) }} @endauth
  • @endif
  • {{ __('staticwords.Home') }}
  • {{ __('staticwords.artwork') }} @php $all_collections = App\Category::with('simpleproducts')->where('is_collection','!=','1')->where('status','=','1')->orderBy('title','ASC')->get(); @endphp @if(count($all_collections)>0) @endif
      @if(count($all_collections)>0) @foreach($all_collections as $collections) @if(!$collections->simpleproducts->isEmpty())
    • @php $slug = str_slug($collections->title, '-', app()->getLocale()); @endphp {{ ucfirst($collections->title) }} @php $all_subcollections = App\Subcategory::with('simpleproducts')->where('status','=','1')->where('parent_cat','=',$collections->id)->orderBy('title','ASC')->get(); @endphp @if(count($all_subcollections)>0)
      @foreach($all_subcollections as $subcollection) @if(!$subcollection->simpleproducts->isEmpty()) @php $collection_name = App\Category::where('id',$collections->id)->first()->title; $cat_slug = str_slug($collection_name, '-', app()->getLocale()); $subcat_slug = str_slug($subcollection->title, '-', app()->getLocale()); @endphp {{ ucfirst($subcollection->title) }} @endif @endforeach
      @endif
    • @endif @endforeach @endif
  • {{ __('staticwords.artist') }}
  • {{ __('staticwords.collections') }}
      @php $all_collections = App\Category::with('simpleproducts')->where('is_collection','=','1')->where('status','=','1')->orderBy('title','ASC')->get(); @endphp @if(count($all_collections)>0) @foreach($all_collections as $collections) @if(!$collections->simpleproducts->isEmpty())
    • @php $slug = str_slug($collections->title, '-', app()->getLocale()); @endphp {{ ucfirst($collections->title) }} @php $all_subcollections = App\Subcategory::with('simpleproducts')->where('status','=','1')->where('parent_cat','=',$collections->id)->orderBy('title','ASC')->get(); @endphp @if(count($all_subcollections)>0)
      @foreach($all_subcollections as $subcollection) @if(!$subcollection->simpleproducts->isEmpty()) @php $collection_name = App\Category::where('id',$collections->id)->first()->title; $cat_slug = str_slug($collection_name, '-', app()->getLocale()); $subcat_slug = str_slug($subcollection->title, '-', app()->getLocale()); @endphp {{ ucfirst($subcollection->title) }} @endif @endforeach
      @endif
    • @endif @endforeach @endif
  • {{ __('staticwords.B2B') }}
  • @if(Auth::check()) @if(Auth::user()->role_id == "a")
  • Admin
  • @elseif(Auth::user()->role_id == 'v') @if(isset(Auth::user()->store)) @php if(Auth::user()->store->status==1) $blank='_blank'; else $blank=''; @endphp
  • {{ __('staticwords.SellerDashboard') }}
  • @endif @endif
  • {{ __('staticwords.MyAccount') }}
  • @endif @auth
  • {{ __('staticwords.Wishlist') }} ({{ $wishlist_count}} )
  • @endauth
  • @if($auto->enabel_multicurrency == '1') @else @endif
  • @if(Auth::check())
  • Logout
  • @endif
  • {{ __('staticwords.Home') }}
  • {{ __('staticwords.artwork')}} @php $all_collections = App\Category::with('simpleproducts')->where('is_collection','!=','1')->where('status','=','1')->orderBy('title','ASC')->get(); @endphp @if(count($all_collections)>0) @endif
      @if(count($all_collections)>0) @foreach($all_collections as $collections) @if(!$collections->simpleproducts->isEmpty())
    • @php $slug = str_slug($collections->title, '-', app()->getLocale()); @endphp {{ ucfirst($collections->title) }} @php $all_subcollections = App\Subcategory::with('simpleproducts')->where('status','=','1')->where('parent_cat','=',$collections->id)->orderBy('title','ASC')->get(); @endphp @if(count($all_subcollections)>0)
        @foreach($all_subcollections as $subcollection) @if(!$subcollection->simpleproducts->isEmpty()) @php $collection_name = App\Category::where('id',$collections->id)->first()->title; $cat_slug = str_slug($collection_name, '-', app()->getLocale()); $subcat_slug = str_slug($subcollection->title, '-', app()->getLocale()); @endphp
      • {{ ucfirst($subcollection->title) }}
      • @endif @endforeach
      @endif
    • @endif @endforeach @endif
  • {{ __('staticwords.artist') }}
  • {{ __('staticwords.collections') }} @php $all_collections = App\Category::with('simpleproducts')->where('is_collection','=','1')->where('status','=','1')->orderBy('title','ASC')->get(); @endphp @if(count($all_collections)>0) @endif
      @if(count($all_collections)>0) @foreach($all_collections as $collections) @if(!$collections->simpleproducts->isEmpty())
    • @php $slug = str_slug($collections->title, '-', app()->getLocale()); @endphp {{ ucfirst($collections->title) }} @php $all_subcollections = App\Subcategory::with('simpleproducts')->where('status','=','1')->where('parent_cat','=',$collections->id)->orderBy('title','ASC')->get(); @endphp @if(count($all_subcollections)>0)
        @foreach($all_subcollections as $subcollection) @if(!$subcollection->simpleproducts->isEmpty()) @php $collection_name = App\Category::where('id',$collections->id)->first()->title; $cat_slug = str_slug($collection_name, '-', app()->getLocale()); $subcat_slug = str_slug($subcollection->title, '-', app()->getLocale()); @endphp
      • {{ ucfirst($subcollection->title) }}
      • @endif @endforeach
      @endif
    • @endif @endforeach @endif
  • {{ __('staticwords.B2B') }}
@if($auto->enabel_multicurrency == '1') @else @endif @if(Auth::check()) @if(Auth::user()->role_id == "a") @elseif(Auth::user()->role_id == 'v') @if(isset(Auth::user()->store)) @php if(Auth::user()->store->status==1) $blank='_blank'; else $blank=''; @endphp @endif @endif @endif @auth {{$wishlist_count}} @endauth @if(Auth::check()) @auth {{ Auth::user()->cart->count() }} @else @php $c = array(); $c = Session::get('cart'); if(!empty($c)){ $c = array_filter($c); }else{ $c = []; } @endphp {{ count ($c) }} @endauth
{{ csrf_field() }}
@else @auth {{ Auth::user()->cart->count() }} @else @php $c = array(); $c = Session::get('cart'); if(!empty($c)){ $c = array_filter($c); }else{ $c = []; } @endphp {{ count ($c) }} @endauth @endif
{{ __('staticwords.artcollector') }}

{{ __('staticwords.artcollectorquote') }}

{{ __('staticwords.newaccountuser') }}
{{ __('staticwords.Signin') }}
{{ __('staticwords.artistheading') }}

{{ __('staticwords.artistquote') }}

{{ __('staticwords.newaccountuser') }}
{{ __('staticwords.Signin') }}