{{ __('Show Listing') }}

@section('content')
{{--
Family Law
Our family law attorneys understand comp...
$1,000.00
Health Care
The health care industry today faces man...
$1,000.00
Health Care
The health care industry today faces man...
$1,000.00
--}} {{-- --}}
@foreach ($listing->images as $image)
Images
{{-- Image Image Image Image Image --}}
@endforeach

Description

{{ $listing->description }}

Contact Person

{{ $listing->listing_owner}}

@if($listing->hide_addess)
Address

{{ $listing->address}}

@endif

Ratings & Reviews of Bless Events

@if(!$listing->review_submitted && $listing->status == 1)

Your rating*

    @php $ratingStatus = ['Very Bad', 'Poor', 'Average', 'Good', 'Excellent']; @endphp @foreach ($ratingStatus as $key => $rating)
  • @endforeach
@csrf @error('comment') {{ $message }} @enderror @error('self_error') {{ $message }} @enderror
@else @if($listing->status == 1 && $listing->review_submitted)

You Already Submitted Review

@endif @endif
@include('listing.review', ['rating' => $listing->rating ] )
@if($listing->rating->hasMorePages())
@endif
@include('listing.list')
@endsection @section('js') @endsection