@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('title_ar')) {{ $errors->first('title_ar') }} @endif عنوان الباقة بالأنجليزي * @if ($errors->has('title_en')) {{ $errors->first('title_en') }} @endif سعر الباقة * @if ($errors->has('price')) {{ $errors->first('price') }} @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