@extends('layouts.main') @push('scripts') @include('layouts.includes.datatable-js') {{ $dataTable->scripts() }} @endpush @section('page-title') {{__('Manage Coupon')}} @endsection @section('page-breadcrumb') {{__('Coupon')}} @endsection @section('page-action')
@endsection @push('css') @include('layouts.includes.datatable-css') @endpush @section('content')