@extends('store.template1.partials.layout') @section('title', 'Contacto') @section('content') @include('store.shared.breadcrumb', [ 'items' => [ [ 'title' => 'Contacto', 'url' => route('contact'), 'active' => true ] ] ]) @include('store.shared.contact') @endsection