@extends('app-main') @section('title', 'Property Management | Properties | trial.com') @section('description', 'Property Management | TrialTask | Properties | trial.com') @section('ogimage', asset('/content/image/base/og-image.jpg') ) @section('content') @if($message = Session::get('success'))
{{ $message }}
@endif

Property Data

Add
{{-- --}} {{-- --}} @if(count($data) > 0) @foreach($data as $row) {{-- --}} {{-- --}} @endforeach @else @endif
Image Thumbnail Property Type County, Country, Town Country TownDescription Address Latitude, LongitudeLongitudeBedrooms Bathrooms Price Status Action
{{ $row->address }} {{ $row->address }} {{ $row->property_type_id }} {{ $row->county }}, {{ $row->country }}, {{ $row->town }} {{ $row->country }} {{ $row->town }}{{ $row->description }} {{ $row->address }} {{ $row->latitude }}, {{ $row->longitude }}{{ $row->longitude }}{{ $row->num_bedrooms }} {{ $row->num_bathrooms }} ${{ number_format($row->price, 2) }} {{ ucfirst(str_replace('_', ' ', $row->status)) }}
@csrf @method('DELETE') {{-- View --}} Edit
No Data Found
{!! $data->links() !!}
@endsection