@extends('admin.layouts.main') @section('title', ___('Coupons')) @section('header_buttons') {{ ___('Add New') }} @endsection @section('content')
# {{ ___('Coupon') }} {{ ___('Percentage') }} {{ ___('Used') }} {{ ___('Limit') }} {{ ___('expiry date') }}
@push('scripts_at_top') @endpush @endsection