@extends('user.app') @section('title', "Наши услуги - " . $setting->meta_title) @section('head') @endsection @section('content')

Избавляем от всех насекомых, грызунов, плесени, вирусов и запахов

    @foreach ($categories as $category)
  • first) class="active" @endif data-id='{{$category->id}}'>{{$category->name}}
  • @endforeach

@foreach ($categories as $c)
@foreach ($services as $service) @if ($service->category_service_id==$c->id&&$service->region_id=='9') @endif @endforeach
@endforeach
{{--
--}}
@endsection @section('foot') @endsection