@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('end_date')) {{ $errors->first('end_date') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@stop