@extends('admin.layouts.master') @section('title','Create a new Coupon') @include('admin.layouts.topbar',$data) @section('maincontent')
{{ __('Create a new Coupon') }}
@csrf


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