@extends('layouts.app') @section('title', $title ?? 'Conheça nossas transportadoras para Serviços') @section('meta') @php $ogTitle = "CoteFrete - Transportadoras para " . ($servico ?? 'Serviços'); $ogDescription = "Escolha entre as melhores transportadoras para " . ($servico ?? 'Serviços') . " do Brasil"; $ogUrl = request()->url(); @endphp @include('partials.meta-social', [ 'ogType' => 'website', 'ogTitle' => $ogTitle, 'ogDescription' => $ogDescription, 'ogUrl' => $ogUrl ]) @include('partials.include-sitemap') @endsection @push('styles') @endpush @push('scripts') @include('partials.schema-breadcrumb', [ 'items' => [ ['name' => 'Home', 'url' => url('/')], ['name' => "Transportadoras para " . ($servico ?? 'Serviços'), 'url' => request()->url()] ] ]) @endpush @section('content') @include('botao-whatsapp')