@extends('themes.'.config('smartekcms.themes.frontend').'.app', [ 'title' => trans('front.references.our_references'), 'meta_description' => trans('front.references.meta_description', ['appName' => $general_settings->website_title]), 'cover_image' => $coverImage, 'model_type' => 'reference', ]) @section('head') @endsection @section('content')
@foreach($references as $reference)
@if($logoThumbImage = $reference->getFirstMediaUrlTraitAttribute('logo', 'thumb_512x288')) {{ $reference->name }} Logo @endif
@endforeach
@endsection @section('js') @parent @endsection