@extends('layouts.web') @section('css') @endsection @section('content') @include('web.components.layout.banner_pages', [ 'title' => 'ConvĂȘnios', 'style' => 'background-image: url(' . asset('images/placeholder/web/banner-convenios.webp') . ')', ]) @component('web.components.default.section', [ 'class' => 'covenants', ]) @includeWhen(!empty($covenants), 'web.components.pages.covenants.content') @endcomponent @include('web.components.layout.banner_middle') @endsection