@extends('frontend.layouts.app') @section('title', app_name() . ' | ' . __('navs.general.home')) @push('after-styles') @endpush @section('content')
@lang('dashboard.general.backoverview') @isset($collectionDetail->info_de)
{{ $collectionDetail->info_de }}
@endisset
@endsection @push('after-scripts') @endpush