@forelse ($shipmentList as $list)
{{ $list->id }} |
{{ $list->c('getExistsLanguageColumnValue', 'name') }} |
{{ $list->c('getPrice') }} |
{{ $list->c('getPricePurchase') }} |
{!! $list->c('getFreeFrom') ?? '' !!} |
{!! $list->shipmentTax->c('getValue', true) !!} |
{!! $list->c('isSystemShipment') === true ? '' : '' !!}
|
{!! $list->c('isActiveForCurrentStore') === true ? '' : '' !!}
|
|
@empty
{{ trans('Shipments::admin/lists/list.empty.list') }}
|
@endforelse