@extends('layouts.app') @section('content') @foreach ($promo as $item) @endforeach Home {{ $title }} {{ $title }} Perusahaan Kami @foreach ($aboutPerusahaan as $itemPerusahaan) {{ $itemPerusahaan->nama }} Total Properti : {{ $itemPerusahaan->perumahan->count() }} @if ($itemPerusahaan->perumahan->count()) @foreach ($itemPerusahaan->perumahan as $perumahan) • {{ $perumahan->nama_perumahan }} @endforeach @else Belum Terdata @endif @endforeach @endsection
Home {{ $title }}
Total Properti : {{ $itemPerusahaan->perumahan->count() }} @if ($itemPerusahaan->perumahan->count())
Belum Terdata