@extends('layouts.frontpages') @section('content') @include('partials.header')
@include('partials.banner-user')


{{-- --}}

BENEFICIOS

@foreach ($coupons as $item) @endforeach
Codigo CampaƱa Fecha Inicio Fecha Fin
{{ $item->code }} {{ $item->campaign->name }} {{ $item->start_date }} {{ $item->finish_date }}
{{ $coupons->links() }}

@include('partials.footer') @stop