@extends("app") @section('head_title', 'My Listing | '.getcong('site_name') ) @section('head_url', Request::url()) @section("content")
@include("_particles.user_sidebar")

Shortlisted Venues Request Quote

@if(Session::has('flash_message'))
{{ Session::get('flash_message') }}
@endif
@foreach($listings as $i => $listing) @endforeach
Choose Multiple Venue Name Shortlisted On Actions
{{ $i+1 }}
{{ $listing->venue_name }}, {{ $listing->hotel_name }}, {{ $listing->city }}, {{ $listing->state }}, {{ $listing->country }} {{ date('d-M-Y', strtotime($listing->created_at)) }}
@push('scripts') @endpush
@endsection