@extends('layouts.app') @section('title','Gift Voucher') @section('content')

Gift Voucher

@include('flash::message')
@include('coupons.table')
@endsection