@extends('admin.layout.master') @section('title', 'الصفقات') @section('content')

الصفقات

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

@csrf @method('PATCH')
@if ($errors->has('discount_code')) {{ $errors->first('discount_code') }} @endif
@if ($errors->has('discount_percent')) {{ $errors->first('discount_percent') }} @endif
@if ($errors->has('url')) {{ $errors->first('url') }} @endif
@if ($errors->has('brand_id')) {{ $errors->first('brand_id') }} @endif
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@if ($errors->has('description_ar')) {{ $errors->first('description_ar') }} @endif
@if ($errors->has('description_en')) {{ $errors->first('description_en') }} @endif
@stop