Last Sync
: {{ ($packages->last()) ? Carbon\Carbon::parse($packages->last()->created_at)->format('d M Y h:i a') : '--' }}
Currency Exchange Rate = {{ number_format($setting->currency_rate,2) }} GEL
Id |
Image |
Name |
Description |
Data |
Duration |
Price ($) |
Sync By |
Make Mine |
@forelse($packages as $t=>$package)
{{ $t+1 }} |
|
{{ ($package->name) ? $package->name : '--' }} |
{{ ($package->description) ? $package->description : '--' }} |
{{ ($package->dataAmount) ? $package->dataAmount." MB" : '--' }} |
{{ ($package->duration) ? $package->duration." Days" : '--' }} |
{{ ($package->price) ? "$".$package->price : '--' }} |
{{ ($package->user_data) ? $package->user_data->name : '--' }} |
@if($package->minePackage)
@else
Make Mine
@endif
|
@empty
@endforelse