@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?->media_type_id }} @if($op->media?->type) {{ $op->media->type->name }} @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. | |||||||