@extends("include") @section("body")

إضافة سعر


@csrf

قائمة الاسعار
@foreach($priceLists as $price) @if($price->type==2) @else @endif @endforeach
كود السعر السعر يبدأ في ينتهي في نوع السعر
حذف السعر تعديل السعر {{$price->ref_code}} {{$price->item_price}} {{$price->start_date}} {{$price->end_date}} وكالات فرع عادي
كود السعر السعر يبدأ في ينتهي في نوع السعر
@endsection