@extends('layouts.app') @section('title','Voucher Type Terms') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('voucher-type-terms-create', $authRolePermissions)) Add New @endif
@include('voucher-type-terms.table')
@endsection .