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