@extends('layouts.app') @section('content')
@include('frontend/artistSummarHeader')
@foreach ($quotes as $quote) @endforeach
S.No EventType Name City Country Wedding Date Status
{{$i}} {{ $quote->name }} {{ $quote->venu_name }} {{ $quote->city }} {{ $quote->country }} {{ $quote->wedding_date }} @if ($quote->status == '1') success @endif
@endsection