$package->is_default])>
@if ($package->percent_save)
{{ $package->percent_save_text }}
{{ trans('plugins/job-board::dashboard.save') }}
@if($package->price)
{{ $package->price_text }}
/{{ $package->number_of_listings }} {{ __('post(s)') }}
@else
{{ __('Free') }}
@endif
{{ $package->name }}
@if($package->description)
{{ $package->description }}
@endif
@if($features = $package->formatted_features)
@foreach($features as $feature)
@continue(! $feature)
-
{{ $feature }}
@endforeach
@endif
{{ $package->isPurchased() ? __('Purchased') : __('Purchase') }}