@if (Session::has('success'))
{{ Session::get('success') }}
@endif
{{----}} @foreach ($offers as $offer) {{----}} @endforeach
S.No. Name Purchase Amount Discount Vehicle Type Start Date End DateOffer Type NumberValidity Action
{{ $loop->iteration }} {{ $offer->name }} {{ $offer->price }} {{ $offer->discount }} % {{ $offer->type->name }} {{ $offer->start_date }} {{ $offer->end_date }} {{ $offer->offer_type }} {{ $offer->number }} {{ $offer->offer_validity }}