@extends('layouts.app') @section('title','Payment Vouchers') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('payment-voucher-create', $authRolePermissions)) Add New @endif
@include('payment-vouchers.table')
@endsection