@extends('layouts.app') @section('content') @foreach ($promo as $item) @endforeach

{{ $title }}

Perusahaan Kami

@foreach ($aboutPerusahaan as $itemPerusahaan)
Logo {{ $itemPerusahaan->nama }}
{{ $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