@foreach ($operations as $operation)
@if ($operation->media) @else @endif {{ $operation->name }} @if ($operation->num_bdc) {{ $operation->num_bdc }} @endif {{ \App\Models\Operation::STATUSES[$operation->status] ?? $operation->status }}
@endforeach