@extends('layouts.mymaster') @section('title',trans('app.chances.chances')) @section('content')
@foreach($chances as $chance)
اسم الفرصة
القطاع
{{ $chance->sector->name }}
مناطق التسليم
@foreach($chance->places as $place) {{ $place->name }} @endforeach
الأيام المتبقية
{{ $chance->remaining_days(date('d-m-Y', strtotime($chance->close_date))) }}يوم
@endforeach
{{ $chances->links() }}
@endsection