@extends('Layouts.adminLayout') @section('title') {{__('Insert Discount Code')}} @endsection @section('breadcrumb')
@endsection @section('content')
{{__('Insert Discount Code')}}
@CSRF
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('code'))
{{ $errors->first('code') }}
@endif
@if ($errors->has('count'))
{{ $errors->first('count') }}
@endif
@if ($errors->has('min_order_price'))
{{ $errors->first('min_order_price') }}
@endif
  • {{__('Precent')}}
  • {{__('Price')}}
@if ($errors->has('discountType'))
{{ $errors->first('discountType') }}
@endif
@if ($errors->has('percent'))
{{ $errors->first('percent') }}
@endif
@if ($errors->has('max_price_percent'))
{{ $errors->first('max_price_percent') }}
@endif
  • @if ($errors->has('time'))
    {{ $errors->first('time') }}
    @endif
  • @if ($errors->has('product'))
    {{ $errors->first('product') }}
    @endif
  • @if ($errors->has('customer'))
    {{ $errors->first('customer') }}
    @endif
  • @if ($errors->has('citytype'))
    {{ $errors->first('citytype') }}
    @endif
@endsection @section('script') @endsection