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