اسم الفرصة
{{$chance->name}}
تاريخ الإغلاق
{{$chance->close_date}}
الأيام المتبقية
{{ $chance->remaining_days(date('d-m-Y', strtotime($chance->close_date))) }}يوم
القطاع
{{ $chance->sector->name }}
عنوان الاستلام
{{ $chance->address }}
مناطق التسليم
@foreach ($chance->places as $place)
{{ $place->name }} -
@endforeach
ملاحظات هامة
@foreach ($chance->notes as $note)
{{ $note->name }} -
@endforeach
@if ($chance->products->count() > 0 )
الوحدات
| اسم الوحدة |
نوع الوحدة |
الكمية |
@foreach ($chance->products as $product )
| {{ $product->name }} |
{{ $product->unit->name }} |
{{ $product->qty }} |
@endforeach
@endif
@if($chance->cms_users_id != CRUDBooster::myId() && !$chance->is_offered())
@if ($chance->products->count() > 0 )
@else
@endif
@elseif($chance->cms_users_id != CRUDBooster::myId() && $chance->is_offered())
@else
@endif