@foreach($value as $data)
{{$data->name}}
{{jdate($data->updated_at)->ago()}}

قیمت دوره

@if($data->discount && \Carbon\Carbon::parse($data->time_out_discount)->format('Y-m-d H-i-s') > \Carbon\Carbon::now()->format('Y-m-d H-i-s'))

{{$data->price}}

{{number_format($data->discount)}}

@else @if($data->price)

{{number_format($data->price)}}

@else رایگان @endif @endif

{{$data->short_description}}

@endforeach
{{$value->links('vendor.livewire.tailwind')}}