@extends('theme.layout.layout-pages') @section('page-title', \Str::title(__('blog::view.blog'))) @section('page-description', get_general_setting('website_description', config('app.description'))) @section('page-content')
{{__('theme_easyship::view.home')}} {{ __('blog::view.blog') }}

{{ __('blog::view.blog') }}

{{-- --}}
{!! $posts->links('pagination::bootstrap-4') !!}
{{-- --}}
@endsection