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

{{ $title }}

@if(Session::has('error_message')) @endif @if(Session::has('success_message')) @endif @if($errors->any()) @endif
@csrf @if(empty($coupon['coupon_code']))

 Automatic    Manual  
@else
{{ $coupon['coupon_code']}}
@endif

 Multiple Times    Single Time  

 Percentage (in %)   Fixed (in INR or USD)
@include('admin.layout.footer')
@endsection