@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('desc_ar')) @endif
وصف الاشتراك بالأنجليزي *
@if ($errors->has('desc_en')) @endif
سعر الاشتراك *
@if ($errors->has('price')) @endif
سعر الخدمة الواحده *
@if ($errors->has('service_price')) @endif
@if ($errors->has('service_id')) @endif
عدد المرات *
@if ($errors->has('numOfTimes')) @endif
عدد الايام *
@if ($errors->has('durations')) @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