@extends('fipamo-default-v2.base') @section('title', $title) @section('main-content')

{{ $title }}

{!!$content!!}

Files

@foreach($files as $file) @if($file['type'] != 'mp3') @php $fileName = explode("/", $file['file']); @endphp {{ $fileName[6] }} @endif @endforeach

Sounds

@foreach($files as $file) @if($file['type'] == 'mp3') @endif @endforeach

Info

{{ $meta['who'] }} dropped this {{ $meta['when'] }}

Tags

@foreach($tags as $tag) @if(isset($dynamicRender)) @if($dynamicRender == 'true') {{ $tag['label'] }} @else {{ $tag['label'] }} @endif @else {{ $tag['label'] }} @endif @endforeach
@endsection