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

كبونات الخصم

إنشاء جديد

@csrf
@if ($errors->has('product_ids')) {{ $errors->first('product_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