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

كبونات الخصم

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

@csrf @method('PATCH')
@if ($errors->has('company_ids')) {{ $errors->first('company_ids') }} @endif
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@if ($errors->has('ratio')) {{ $errors->first('ratio') }} @endif
@if ($errors->has('expiry_date')) {{ $errors->first('expiry_date') }} @endif
@stop