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