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

الكوبونات

إنشاء جديد

@csrf
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@if ($errors->has('discount_percent')) {{ $errors->first('discount_percent') }} @endif
@if ($errors->has('start_date')) {{ $errors->first('start_date') }} @endif
@if ($errors->has('end_date')) {{ $errors->first('end_date') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@stop @section('scripts') @stop