@extends('layouts.load') @section('styles') @endsection @section('content')
@include('includes.admin.form-error')
{{csrf_field()}}

* {{ __("indicates a required field") }}

{{ __('Code') }} *

{{ __('Type') }} *

{{ __('Quantity') }} *

{{ __('Start Date') }} *

{{ __('Minimum Value') }}

{{ __('Maximum Value') }}

{{ __('End Date') }} *

@endsection @section('scripts') {{-- Coupon Function --}} {{-- Coupon Type --}} {{-- Coupon Qty --}} @endsection