@extends("main") @setmenu("location") @section('metaTags') @pageTitle(seoTitle($page->meta,$page->{'name_'._clang()})) @pageDescription(seoDescription($page->meta,$page->{'content_'._clang()})) @pageImage($page->getPhoto()) @endsection @section("content")
{{ "" }}
{!! $page->spot !!}
{!! $page->content !!}
{{--
--}} @foreach($cities as $city)
id : $city->id }}">
{{ $city->name }}
    @foreach(explode(",", $city->body) as $location)
  • {{ $location }}
  • @endforeach
@endforeach {{--
Bursa
  • Onur Özen
  • Seyhanlar
  • Özhan
  • Özdilek Avm
  • Hadim
  • Uğur Avm
  • Özen Gross
  • Gross Mağazacılık
  • Dip Toplu Tüketim
  • Özer Avm
  • Centa Gıda
  • Şura
  • File Market
  • Tarım Kredi
  • Migros
  • Carrefour
  • Getir
--}}
{{ trans("location.online_order") }}
    @foreach($onlineMarkets as $market)
  • @endforeach
{{ trans("location.markets_are_here") }}
    @foreach($offlineMarkets as $mark)
  • @endforeach
{{-- --}} @endsection