@extends('layouts.web') @section('head-js') {{-- --}} @endsection @section('css') @endsection @section('content') @component('web.components.layout.banner_pages', [ 'title' => 'Contato', 'style' => 'background-image: url(' . asset('images/placeholder/web/banner-contato.webp') . ')', ]) @endcomponent @component('web.components.default.section', [ 'class' => 'contact my-5', ])
@foreach ($contact as $data)

Precisando de atendimento especializado em urologia?

{{ $data['name'] }}

{{--

Lorem IpsumĀ is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s...Lorem IpsumĀ is simply.

--}} {{ $button ?? 'Agendar consulta' }}
@endforeach
@endcomponent @endsection