@if (! empty($title) && $title->isNotEmpty()) {!! $title !!} @elseif ($attributes->has('title'))

{!! $attributes->get('title') !!}

@endif @if ($attributes->has('route'))
{{ trans('modules.see_all_type', ['type' => $attributes->get('title')]) }} arrow_forward
@endif
@if ($modules)
@foreach ($modules as $item) @endforeach
@if ($seeMore)
@endif @else @endif