@extends('layouts.user') @section('title', 'Voucher - StarHela') @section('page-title', 'Voucher') @section('breadcrumb-current', 'Voucher') @section('content')
Voucher
@if(session('success'))
{{ session('success') }}
@endif

Voucher content will be displayed here.

@endsection