@extends('layouts.admin') @section('content')
LABORATORIOS
@foreach ($laboratorios as $laboratorio) @endforeach
NOMBRE DIRECCION TELEFONO
{{$laboratorio->nombre}} {{$laboratorio->direccion}} {{$laboratorio->telefono}}
@csrf @method('DELETE')
{{$laboratorios->links()}}
@endsection