@extends('layouts.main') @section('page-style') @endsection @section('page-script') @endsection @section('content')

@include('layouts.notifications')
{{ $voucher[0]['voucher_name'] }}
@include('voucher::info')
@include('voucher::users')
@endsection