@extends('admin.template.master') @section('title')

Voucher all Voucher information

@endsection @section('main-content')
@if(Session::has('message'))
{{Session('message')}}
@endif
Name Code Amount Status Created At Edited At Created By Updated By Action
@endsection @section('javascripts') @endsection