@extends('layouts.store.master')
@section('page','Blog Numero')
@section('classes_body','no-mg no-pd')
@section('body')
Inicio / Blog
@include('layouts.store.newsletter')
Conoce nuestras marcas
@include('layouts.store.brand_carousel')
@push('scripts')
@include('layouts.store.scripts.menu-footer');
@endpush
@endsection