@extends('admin.layout.master') @section('title', 'اكواد الخصم') @section('content')

اكواد الخصم

إنشاء جديد

@csrf
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@if ($errors->has('discount')) {{ $errors->first('discount') }} @endif
@if ($errors->has('expire_date')) {{ $errors->first('expire_date') }} @endif
@stop