@extends('backend.layouts.app') @section('title', 'Properties') @push('styles') @endpush @section('content')
add CREATE

PROPERTY LIST

@foreach( $properties as $key => $property ) @endforeach
SL. Image Title Author Type Purpose Beds Baths comment stars Action
{{$key+1}} @if(Storage::disk('public')->exists('property/'.$property->image) && $property->image) {{$property->title}} @endif {{ 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
@endsection @push('scripts') @endpush