@extends('admin.template.master') @section('title') Voucher all Voucher information Home Voucher @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif List Add Voucher Name Code Amount Status Created At Edited At Created By Updated By Action @endsection @section('javascripts') @endsection