@extends('backend.layouts.app') @section('title', 'Properties') @push('styles') @endpush @section('content')
SL. | Image | Title | Author | Type | Purpose | Beds | Baths | comment | stars | Action |
---|---|---|---|---|---|---|---|---|---|---|
{{$key+1}} |
@if(Storage::disk('public')->exists('property/'.$property->image) && $property->image)
|
{{ str_limit($property->title,10) }} | {{$property->user->name}} | {{$property->type}} | {{$property->purpose}} | {{$property->bedroom}} | {{$property->bathroom}} | {{ $property->comments_count }} | @if($property->featured == true) star @endif | visibility edit |