@extends('admin.layouts.master') @section('title','Create a new Coupon') @section('breadcum') @endsection @section('maincontent')
{{ __('Add') }} {{ __('Coupon') }}
@csrf


({{ __('If Choose Yes then Coupon Code shows to all users') }})

@endsection @section('scripts') @endsection