@extends("admin.layouts.app") @section("css-links") @endsection @section("page-header")

Properties

Details
@endsection @section("content") @include("admin.includes.page-message")

Post Details

View All Post Details

{{$post->title}}

@foreach($properties as $property) @php $property->property_name = json_decode($property->property_name); @endphp

{{ $property->property_name->en . " ( " . $property->property_name->ar . ") " }}

@if(isJson($property->value)) @php $property->value = json_decode($property->value); @endphp {{ $property->value->en . " ( " . $property->value->ar . ") " }} @else {{$property->value}} @endif

@endforeach

{{$post->description}}

@endsection @section("js-scripts") @endsection