@extends('public/layout.app') @section('meta-tags') @if($media->seo!==null){{ $media->seo->{'title_'.$app->getLocale()} }}@endif @endsection @section('schema-org-web') @endsection @section('content')

{{ $media->{'title_' .$app->getLocale()} }}

{{ $media->{'title_' .$app->getLocale()} }}

{{ preg_replace('/ /','',strip_tags(($media->{'description_' .$app->getLocale()}))) }}

@if($media->files !== null) @foreach($media->files as $key=>$file)
@if($file->translate !== null)

{{$file->translate->{$app->getLocale().'_text'} }}

@endif
@endforeach @endif
@endsection