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