@extends('web.layouts.container') @section('header')
{{__('main.home')}} {{__('articles.shar_blog') ?? $blogPage->title}}
{{--

{{$blogPage->title}}

--}} {{--

{{stripText($blogPage->description)}}

--}}
@endsection @section('content')
@endsection @section('inner_js') @endsection