@extends('dashboard.base') @section('content')

Voucher Codes

@if(Session::has('message'))
{{ Session::get('message') }}
@endif @if(Session::has('success'))
{{ Session::get('success') }}
@endif
{{$dataTable->table(['class' => 'table table-striped table-bordered dt-responsive nowrap', 'style' => 'width:100%;'])}}
@endsection @section('javascript') @push('scripts') {{$dataTable->scripts()}} @endpush @endsection