@extends('user.layouts.index') @section('content')
@if ($errors->any()) @endif
@if($product->image_1 === "") @else @endif

{{--
@if($product->image_2 === "") @else @endif

@if($product->image_3 === "") @else @endif
--}}
Product Residential
Judul {{ $product->title }}
Type {{ $product->sub_title }}
Kategori {{ $product->category->name }}
Luas Tanah {{ $product->land_area }} M2
Luas Bangunan {{ $product->building_area }} M2
Lantai {{ $product->floor }} Lt
Kamar Mandi {{ $product->bath }}
Kamar Tidur {{ $product->bed }}
Kolam Renang {{ $product->pool }}
Carport {{ $product->carport }} Mobil
Status @if($product->status == 0) Unpublish @elseif($product->status == 1) Publish @endif
Deskripsi Produk
{!! $product->description !!}
Detail Residential
@foreach($productdetail as $key => $value)
{{ $value->title }}
@endforeach
@endsection @section('js') @endsection