@extends('web.layouts.app') @section('title') The Best Widex Hearing Center @endsection @section('meta_description') @if(@$seo->og_image) @else @endif @endsection @section('css') @endsection @section('content')
@foreach($blogs as $key => $blog)
{{$blog->user->name}}
{{str_limit($blog->title, 80)}}

@endforeach
@endsection @section('js') @endsection