@extends('layouts/contentLayoutMaster') @section('title', 'أضافة باقة جديدة ') @section('vendor-style') @endsection @section('content')

أضافة باقة

@csrf
اسم الباقة بالعربي *
@if ($errors->has('name_ar')) @endif
اسم الباقة بالأنجليزي *
@if ($errors->has('name_en')) @endif
عنوان الباقة بالعربي *
@if ($errors->has('title_ar')) @endif
عنوان الباقة بالأنجليزي *
@if ($errors->has('title_en')) @endif
سعر الباقة *
@if ($errors->has('price')) @endif
الصورة
@if ($errors->has('logo')) @endif
الأولوية
@if ($errors->has('order')) @endif
التفاصيل *
@if ($errors->has('status')) @endif
{{-- Data list view end --}} @endsection @section('vendor-script') @endsection