{!! $gs->footer !!}

{{ __('Opening hours') }}

{{ __('Monday to friday - 8h / 17h') }}
{{ __('Saturday - 8h / 12h') }}
{{ __('Sunday - Closed') }}

{{ __('Footer Links') }}

  • {{ __('Home') }}
  • @foreach ($pfooter as $data)
  • {{ $data->title }}
  • @endforeach
  • {{ __('Contact Us') }}
  • @if ($gs->crow_policy)
  • {{ __('General Terms of Service') }}
  • @endif @if ($gs->privacy_policy)
  • {{ __('Privacy Policy') }}
  • @endif @if ($gs->bank_check)
  • {{ __('Upload Order Receipt') }}
  • @endif @if ($gs->team_show_footer == 1)
  • {{ __('Team') }}
  • @endif

{{ __('Social networks') }}

    @if ($socials->f_status == 1)
  • @endif @if ($socials->i_status == 1)
  • @endif @if ($socials->t_status == 1)
  • @endif @if ($socials->l_status == 1)
  • @endif @if ($socials->d_status == 1)
  • @endif @if ($socials->y_status == 1)
  • @endif
@if ($ps->featured_category == 1)

{{ __('Departaments') }}

    @php $categoryhasimage = false; foreach ($categories->where('is_featured', '=', 1) as $cat) { if (!empty($cat->image)) { $categoryhasimage = true; break; } $categoryhasimage = false; } @endphp @foreach ($categories->where('is_featured', '=', 1) as $cat)
  • {{ $cat->name }}
  • @endforeach
@endif
{!! $gs->copyright !!}

COPYRIGHT {{ $gs->title }} © {{ date('Y') }}. {{ $gs->company_document ? '| ' . $gs->document_name . ' - ' . $gs->company_document . ' |' : '' }} {{ __('All Rights Reserved') }}. {{ __('Developed By') }} CrowTech