@extends('layouts.consentimientos') @section('styles') @endsection @section('content')
REGISTRO DE PACIENTES EN LABORATORIO
@csrf
@foreach ($pacientes as $pl) @endforeach
Fecha Laboratorio Descripcion de Pago Doctor Total
{{$pl->created_at}} {{$pl->nombre}} {{$pl->descripcion}} PIEZA: {{$pl->pieza}} {{$pl->docto}} Q. {{number_format($pl->total, 2)}}
@endsection @section('scripts') @endsection