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

العروض

إنشاء جديد

@csrf
@if ($errors->has('body_ar')) {{ $errors->first('body_ar') }} @endif
@if ($errors->has('body_en')) {{ $errors->first('body_en') }} @endif
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@if ($errors->has('discount')) {{ $errors->first('discount') }} @endif
@if ($errors->has('to')) {{ $errors->first('to') }} @endif
@if ($errors->has('users')) {{ $errors->first('users') }} @endif
@stop @section('scripts') @stop