@extends('layouts.mymaster') @section('content')

تفاصيل الفرصة

اسم الفرصة
{{$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 ) @endforeach
اسم الوحدة نوع الوحدة الكمية
{{ $product->name }} {{ $product->unit->name }} {{ $product->qty }}
@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
@endsection @push('scripts') @endpush