@extends('webpages-templates.frontend-public-default', [ 'menu' => 'contact', ] ) @section('view-title', $data->headPageInfo->title) @section('view-description', $data->headPageInfo->description) @section('view-keywords', $data->headPageInfo->keywords) @section('view-robots', $data->headPageInfo->robots) @section('view-designer', $data->headPageInfo->designer) @section('view-canonicalURL', $data->headPageInfo->canonicalURL) @section('view-alternatesURL') @foreach ($data->headPageInfo->alternatesURL as $langCode => $langURL) @endforeach @endsection @push('styles-head') @endpush @push('scripts-head') @endpush @section('webpage-structure') {{-- --}} Peças que marcam fendas no tempo @if($data->products_found->isEmpty()) Nenhum Resultado para "{{ $data->search_string }}". Você pode realizar uma nova pesquisa, ou, retornar à homepage. @else Resultados para "{{ $data->search_string }}": @endif @endsection
Você pode realizar uma nova pesquisa, ou, retornar à homepage.