@extends('layouts.partner') @section('title', $campaign->name) @section('content') @if ($campaign->description)

{{ $campaign->description }}

@endif

Materiais da campanha

@forelse ($campaign->materials as $m) @include('partner._material_card') @empty

Sem materiais nesta campanha.

@endforelse
@endsection