@extends('layouts/contentLayoutMaster') @section('title', 'أضافة باقة جديدة ') @section('vendor-style') @endsection @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('title_ar')) {{ $errors->first('title_ar') }} @endif عنوان الباقة بالأنجليزي * @if ($errors->has('title_en')) {{ $errors->first('title_en') }} @endif سعر الباقة * @if ($errors->has('price')) {{ $errors->first('price') }} @endif الصورة @if ($errors->has('logo')) {{ $errors->first('logo') }} @endif الأولوية @if ($errors->has('order')) {{ $errors->first('order') }} @endif التفاصيل * مفعل @if ($errors->has('status')) {{ $errors->first('status') }} @endif اضافة {{-- Data list view end --}} @endsection @section('vendor-script') @endsection