@extends('front.layouts.app') @section('css') @endsection @section('content') @foreach ($services as $item) @include('front.pages.blocks.home.service') @endforeach @endsection @section('js') @endsection