@extends("admin/layouts.master") @section('title', 'Add New Coupon') @section('body') @php $currency = App\Currency::first(); @endphp
@include('admin.message')
{{ __('adminstaticword.Add') }} {{ __('adminstaticword.Coupon') }}
@csrf
@endsection @section('scripts') @endsection