@include('modules.head') {!! $webHeader !!}
@include('modules.navbar')
@foreach($blogSort as $valueSort)
{!! $valueSort->title !!}
@if(!empty($valueSort->description))
{{ $valueSort->description }}
@endif
@foreach($blogLink as $valueLink) @if($valueLink->blogLocation == $valueSort->id)
Bordered avatar

{{ $valueLink->blogName }}

{{ $valueLink->blogDescription }}

@endif @endforeach
@endforeach
@include('modules.footer')
{!! $webFooter !!}