@if(config('settings.contact_email'))   {{config('settings.contact_email')}} @endif | @if(config('settings.toll_free_number')) {{config('settings.toll_free_number')}} @endif @if(config('settings.toll_free_number')) {{config('settings.toll_free_number')}} @endif
{{-- Summer sale for all swim suits - off 50%! --}}
@if(Auth::check())
{{Auth::user()->name}}
@else @endif
    @php $root_categories = \App\Category::where('category_id', 0)->where('is_active', 1)->where('location_id', session('location_id'))->where('show_in_menu', true)->orderby('priority', 'asc')->limit(4)->get(); @endphp @if(count($root_categories) > 0) @foreach($root_categories as $category) @if($category->is_active) @endif @endforeach @endif @php $root_categories = \App\Category::where('category_id', 0)->where('is_active', 1)->where('location_id', session('location_id'))->where('show_in_menu', true)->orderby('priority', 'asc')->skip(4)->take(1)->get(); @endphp @if(count($root_categories) > 0) @foreach($root_categories as $category) @if($category->is_active) @endif @endforeach @endif
  • @lang('Offers')
  • @if(Auth::check() == false)
  • @lang('Login')
  • @lang('Signup')
  • @endif
Home