@extends('layouts.web.master') @section('title') {{ __('Blog') }} @endsection @section('main_content') @include('web.components.blog') @endsection