@extends('layout.app') @section('content')

Marketplace

@include('components.advertisement')
Place Listing
Search
@include('components.view-advertisement')
@php $images = $market->getMedia('market_image'); @endphp
{{ $market->user->name ?? '' }}

{{ $market->title ?? '' }}

{{ $market->type ?? '' }}

{{ $market->category ?? '' }}

{{ $market->description ?? '' }}

@include('components.advertisement')
@endsection @push('script') @endpush