@extends('site.master') @section('content')
@foreach($sliders as $s)
@endforeach
@for($i=1; $i < count($sliders)+1; $i++)
{{$i}}
@endfor
Keşfet
  • {{$counter['company']}}

    İşletme
  • {{$counter['event']}}

    Etkinlik
  • {{$counter['ads']}}

    İlan
Şanlıurfa İş Rehberi

Trend Firmalar

@foreach($trendco as $t) @include('site.partials.company',['t'=>$t]) @endforeach
Kategoriler

Popüler Kategoriler

@foreach($categories as $cat) @include('site.partials.home-category',['cat'=>$cat]) @endforeach
Gezilecek & Görülecek Yerler

Şanlıurfa'yı Keşfet

@foreach($visits as $vi) @include('site.partials.area',['v'=>$vi]) @endforeach

Urfa İş Rehberi Nasıl Çalışır?

Son Yorumlar

Müşterileri ne dedi?

@foreach($reviews as $r) @php $company = App\Models\Outsource::getCompany($r->company_id); @endphp

{{$r->note}}

{{$r->name}}
@endforeach
@endsection