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

اكواد الخصم

تعديل البيانات

@csrf @method('PATCH')
@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