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

اكواد الخصم

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

@csrf @method('PATCH')
@if ($errors->has('supplier')) {{ $errors->first('supplier') }} @endif
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@if ($errors->has('discount')) {{ $errors->first('discount') }} @endif
@if ($errors->has('used_count')) {{ $errors->first('used_count') }} @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@stop