@extends('layouts.app') @section('title','Voucher Terms') @section('pages')
@include('layouts.partials.nav-menu')
{{-- @if(auth()->user()->can('voucher-terms-create')) --}} Add New {{-- @endif --}}
@include('voucher-terms.table')
@endsection .