@extends('back.layout.app') @section('title', config('app.name') . ' - Gestion des opérations Média') @php $breadcrumb = 'plan-media.index'; @endphp @section('content') {{-- Header --}}
| Type | Maj | Média | Cible | Périodicité | Dotation | ||
|---|---|---|---|---|---|---|---|
|
{{ $op->media?->types?->pluck('id')->join(',') }}
@if($op->media?->types?->isNotEmpty())
@foreach($op->media->types as $type)
{{ $type->name }}
@endforeach
@else
—
@endif
|
{{ $op->updated_at?->format('d/m/Y') }} | @if($op->media) {{ $op->media->name }} @else — @endif |
@foreach($op->media?->targets ?? [] as $target)
{{ $target->name }}
@endforeach
|
{{ $op->frequency }} | {{ number_format($op->amount, 2, '.', ' ') }} € | ||
| Aucune opération média. | |||||||