@extends('web.layouts.app') @section('title') Widex || {{@$seo->title}} @endsection @section('meta_description') @if(@$seo->og_image) @else @endif @endsection @section('css') @endsection @section('content') {{$blog->created_at->format('d,M Y')}} {{$blog->title}} {!! $blog->description !!} Popular Blog @foreach($blogs as $popular_blog) {{str_limit($popular_blog->title, 55)}} {{$blog->created_at->format('d,M Y')}} @endforeach @endsection @section('js') @endsection