@extends('layouts.app') @push('pg_btn') @can('update-post') Edit Property @endcan @endpush @section('content')
Title
{{ $property->property_title }}
@if ($property->featured_image) @endif
Category
{{ $property->category->category_name }}
Created By
{{ $property->user->name }}
Body
{!! $property->property_body !!}
Status
{{ $property->status ? 'Active' : 'Disable'}}
@endsection