@extends('layouts.app') @section('title','Vouchers Master') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('vouchers-master-create', $authRolePermissions))
@endif
@include('vouchers-master.table')
@endsection