@extends('layouts.admin') @section('content')
{{$laboratorio->nombre}}
{{$laboratorio->direccion}}
{{$laboratorio->telefono}}
NUEVO SERVICIO
NUEVO SERVICIO
×
@csrf
SERVICIO
COSTO DE SERVICIO
SERVICIOS PRESTADOS
@foreach ($servicios as $serv) @endforeach
Servicio
Costo
{{$serv->nombre}}
Q. {{number_format($serv->precio, 2)}}
@csrf @method('DELETE')
@endsection