@foreach ($categories as $category) @if ($category->id % 2 == 0)
  • {{ $category->name }}
  • @endif @endforeach
    @foreach ($categories as $category) @if ($category->id % 2 == 1)
  • {{ $category->name }}
  • @endif @endforeach
@if ($country_locales->count() > 1)
    @foreach ($country_locales as $country_locale) @if ($country_locale->id != $current_country_locale->id)
  • {{ $country_locale->name }}
  • @endif @endforeach
@endif {{--
Subscribe to our newsletter

Monthly digest of what's new and exciting from us.

--}}

© {{ date('Y') }} {{ config('app.name') }}. All rights reserved.

{{--
--}}