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

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

@php $medias =\App\Models\MediaLibrary::where('type', key(collect(json_decode(env('MEDIA_TYPE')))->where('slug','audio')->toArray())) ->where('status',1) ->with(['files','url']) ->get(); @endphp @if($medias !== null) @foreach($medias as $key=>$media) @endforeach @endif
@endsection