@extends('adminlte::page') @section('content_header')

Tabelas Faturamento - Porte Anestésico

@endsection @section('content')
Pesquisa
@foreach($data as $item) @endforeach
Versão Porte Anestésico Porte Valor
{{ $item->versao }} {{ $item->porte_anestesico_id }} {{ $item->porte_hm_id }} R$ {{ $item->valor_formatado }} @can('delete', $item)
@csrf @method('delete')
@endcan
@endsection