@extends('layouts.web') @section('css') @endsection @section('content') @component('web.components.layout.banner_pages', [ 'title' => 'Tratamentos', 'style' => 'background-image: url(' . asset('images/placeholder/web/banner-tratamentos.webp') . ')', ]) @endcomponent @component('web.components.default.section', [ 'class' => 'treatments', 'label' => 'Tratamentos', ]) @forelse ($treatments as $treatment)