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