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