| {{$row->package->descriptions()->name}} |
@if($row->status != 'points')
{{$row->total}} {{__('web.sar')}}
@else
{{$row->points}} {{__('web.points')}}
@endif
|
{{date('Y',strtotime($row->start_date))}} {{__('web.'.date('F',strtotime($row->start_date)))}} {{date('d',strtotime($row->start_date))}} |
{{date('Y',strtotime($row->end_date))}} {{__('web.'.date('F',strtotime($row->end_date)))}} {{date('d',strtotime($row->end_date))}} |
{{$row->currentSubMessage()}} |
canRenewal()) href="{{url(getCurrentLocale().'/renewal/'.$row->id)}}" class="butn primary_butn" @else class="butn primary_butn is_disabled" @endif> {{__('web.renewal')}}
|
@endforeach
@else