|
tid) ? ' checked' : (($package->price==0) ? ' checked' : '') }} {{ $packageStatus }}
>
|
@if ($package->currency->in_left == 1)
{!! $package->currency->symbol !!}
@endif
{{ $package->price }}
@if ($package->currency->in_left == 0)
{!! $package->currency->symbol !!}
@endif
|