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