@extends('fipamo-default-v2.base') @section('title', $title) @section('main-content') {{ $title }} {!!$content!!} PAGE CUSTOM 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') Your browser does not support the audio element. @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
{!!$content!!}