@extends('layouts.admin') @section('content')

اضافه کردن کد تخفیف

بازگشت
{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@if ($errors->has('percentage')) {{ $errors->first('percentage') }} @endif
@if ($errors->has('expire_at')) {{ $errors->first('expire_at') }} @endif
@endsection