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

العروض

إنشاء جديد

@csrf
@if ($errors->has('name_ar')) {{ $errors->first('name_ar') }} @endif
@if ($errors->has('name_en')) {{ $errors->first('name_en') }} @endif
@if ($errors->has('description_ar')) {{ $errors->first('description_ar') }} @endif
@if ($errors->has('description_en')) {{ $errors->first('description_en') }} @endif

الصورة

@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@if ($errors->has('categories')) {{ $errors->first('categories') }} @endif
@stop @section('scripts') @stop