@extends('layouts/acc_layout') @section('title', '| Voucher Type') @section('content') @include('successMsg')

VOUCHER TYPE

{{--

ACCOUNT TYPE

--}}
{{ csrf_field() }} @foreach($voucherTypes as $voucherType) @endforeach
SL# Name Title Name Short Name Actions
{{++$no}} {{$voucherType->name}} {{$voucherType->titleName}} {{$voucherType->shortName}}  
@include('dataTableScript') @endsection