@extends('admin.layout.master') @section('title', 'العروض') @section('content')

العروض

إنشاء جديد

@csrf
@if ($errors->has('offer_name')) {{ $errors->first('offer_name') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@if ($errors->has('date_from')) {{ $errors->first('date_from') }} @endif
@if ($errors->has('date_to')) {{ $errors->first('date_to') }} @endif
@if ($errors->has('offer_type')) {{ $errors->first('offer_type') }} @endif
@if ($errors->has('offer_amount')) {{ $errors->first('offer_amount') }} @endif
  كل الايام
 السبت
 الأحد
 الإثنين
 الثلاثاء
 الأربعاء
 الخميس
 الجمعه
@stop