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

الكوبونات

إنشاء جديد

@csrf
@if ($errors->has('title_ar')) {{ $errors->first('title_ar') }} @endif
@if ($errors->has('title_en')) {{ $errors->first('title_en') }} @endif
@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 @section('scripts') @stop