| {{ $operation->num_bdc }} |
{{ $operation->publish_date }} |
{{ $operation->invoice_number }} |
{{ $operation->user?->firstname }} |
{{ $operation->customer?->name }} |
{{ $operation->type?->name }} |
{{ $operation->name }} |
{{ $operation->costing_price }} |
{{ $operation->agency_fees }} |
{{ $operation->total_price }} |
{{ $operation->start_date }} |
{{ $operation->media?->name }} |
{{ \App\Models\Operation::STATUSES[$operation->status] ?? $operation->status }} |
@endforeach