@extends('site.layouts.app') @section('title', 'PROTECTOR - INICIATIVAS') @section('header') @include('site.partials.header') @endsection @section('services')

Solicitar Visita

@method('PUT') @csrf()

Dados da Visita

SERVIÇOS SOLICITADOS

@php $total = 0; @endphp @foreach ($carts->items() as $cart) @php @endphp

{{ $cart->product['nome'] }}

@endforeach
@endsection @section('footer') @include('site.partials.footer') @endsection