@extends('layouts.app') @push('page_style') @endpush @section('content')

Properties

@foreach ($data as $item) @endforeach
ID Postby Name Bed Bath Guest Price Type Status Created Date Action
{{ $item->id }} {{ $item->user->name }} {{ $item->name }} {{ $item->bed }} {{ $item->bath }} {{ $item->guest }} {{ $item->price }}{{ $item->type == 'rent' ? ' / per month' : '' }} {{ $item->type }} {{ $item->status }} {{ \Carbon\Carbon::parse($item->created_date)->format('Y-m-d') }} Edit Delete
@endsection