@extends('layouts.admin') @section('content')

{{ __('labels.coupon.title') }}

@if (session('error')) @endif @if (session('success')) @endif
{{ __('labels.table.#') }} {{ __('labels.coupon.table.code') }} {{ __('labels.coupon.table.discount_amount') }} {{ __('labels.coupon.table.discount_type') }} {{ __('labels.coupon.table.start_date') }} {{ __('labels.coupon.table.end_date') }} {{ __('labels.coupon.table.max_uses') }} {{ __('labels.table.status') }} {{ __('labels.table.created_at') }} {{ __('labels.table.updated_at') }} {{ __('labels.table.action') }}
@endsection