@extends('admin.lyoute.masterpage2') @php $isEdit = isset($productModel); $currentPrices = []; if ($isEdit) { $stagePrices = $productModel->stagePrices; foreach ($stagePrices as $sp) { if ($sp->stage_id === 'kabooi' && $sp->noedarz) { $currentPrices[$sp->stage_id][$sp->noedarz] = $sp->price; } else { $currentPrices[$sp->stage_id] = $sp->price; } } } @endphp @section('page_title', $isEdit ? 'ویرایش مدل' : 'افزودن مدل جدید') @section('main_section') {{-- ✅ CSS مستقیم اینجا --}}