@extends('layout.master') @push('stylesheet') @endpush @section('title', 'Welcome') @section('content') @include('partials.welcome.banner') our services @if($services->count()) @foreach($services as $item) @include('partials.welcome.service_card', ['service' => $item]) @endforeach @else No content yet @endif @include('partials.welcome.about') Our Clients @include('partials.welcome.partners', ['partners' => $partners]) @stop
No content yet