@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->title}}

{!! $blog->description !!}

Popular Blog

@endsection @section('js') @endsection