!$item->isActive(),
'bg-[#FFFFFF]' => $item->isActive(),
'mt-1' => !$loop->first,
])>
{{ Carbon\Carbon::parse($item->actual_from)->format('d.m.y') }} -
{{ Carbon\Carbon::parse($item->actual_to)->format('d.m.y') }}
{{ __('messages.author') }}: {{
$item->user->name }}
{{ $item->stationFrom->railway->full_name }} | {{ $item->stationFrom->name_ua }}
({{ $item->stationFrom->code6 }})
{{ $item->stationTo->railway->full_name }} | {{ $item->stationTo->name_ua }}
({{ $item->stationTo->code6 }})
{{ __('messages.fields.weight') }}:
{{ $item->weight }}
{{-- @if ($item->bid != null) --}}
{{ __('messages.fields.bid') }}:
{{ $item->bid ?? __('messages.not_specified') }} {{ $item->currency->symbol ?? '' }}
{{-- @endif --}}
@if ($item->wagonType)
{{ __('messages.fields.wagon_type') }}: {{ $item->wagonType->name }} @if ($item->wagonType->specifications->isNotEmpty() && $item->wagonSpecification)
({{ $item->wagonSpecification->full_name }})
@endif
@endif
{{ $item->cargoItem->name ?? '' }}