@extends('layouts.'.getAppLayout(), ['title' => __('heading.title_voucher_deals'), 'header_title' => __('heading.title_voucher_deals') ]) @section('script') @parent @endsection @section('menu') @parent @endsection @section('content') @component('components.digital_voucher.generic.content.banner_slider', [ 'banners' => get_banners('home'), ]) @endcomponent
@component('components.digital_voucher.generic.content.flash_promo', [ ]) @endcomponent
@component('components.digital_voucher.generic.voucher_register', [ 'account' => $account ]) @endcomponent @endsection