@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) {{-- Custom CSS --}} @section('css') @endsection @section('content')
{{-- Failed --}} @if(Session::has("failed")) @endif {{-- Success --}} @if(Session::has("success")) @endif
@csrf

{{ __('Coupon Details') }}

{{-- Used for --}}
{{ __('Used for') }}
{{-- Coupon Code --}}
{{ __('Coupon Code') }}
{{-- Coupon description --}}
{{ __('Description') }}
{{-- Coupon type --}}
{{ __('Type') }}
{{-- Coupon discount --}}
{{ __('Discount') }}
{{ $config[1]->config_value }}
{{-- Coupon validity --}}
{{ __('Validity') }}
{{-- Coupon user limit --}}
{{ __('User Limit') }}
{{-- Coupon total limit --}}
{{ __('Total Limit') }}
@include('admin.includes.footer')
{{-- Custom JS --}} @section('scripts') @endsection @endsection