@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
التفاصيل *
@foreach($data->details as $k=>$detail)
@if($k == 0)
@else
@endif
@endforeach
status == 1 ) checked @endif @endif value="1" > @if ($errors->has('status')) @endif
{{-- Data list view end --}} @endsection @section('vendor-script') @endsection