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