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

Tabelas Faturamento - CBHPM

@endsection @section('content')
Pesquisa
@foreach($data as $item) @endforeach
Código TUSS Procedimento Peso Porte Porte Custo Operacional Número de Auxiliares Porte Anestésico Filmes Valor do Filme Valor Sem filme Valor com Filme
{{ $item->codigo_tuss }} {{ $item->procedimento }} {{ $item->peso_porte }} {{ $item->porte_hm_id }} {{ number_format($item->custo_operacional, 2, ',', '.') }} {{ $item->num_axiliares }} {{ $item->porte_anestesico_id }} {{ number_format($item->filmes, 2, ',', '.') }} {{ number_format($item->valor_filme, 2, ',', '.') }} {{ number_format($item->valor_sem_filme, 2, ',', '.') }} {{ number_format($item->valor_filme + $item->valor_sem_filme, 2, ',', '.') }} @can('delete', $item)
@csrf @method('delete')
@endcan
@endsection