@extends('layouts.admin') @section('styles') @endsection @section('content')

Listado de Articulos

@foreach($data as $art) @endforeach
DR / PACIENTE USUARIO COLOR TIPO ESTADO BLOQUE
@csrf @method('DELETE')
@csrf @method('PUT')
{{$art->cliente->nombre}}
{{$art->paciente->nombre}} - {{$art->paciente->cui}}
{{$art->user->name}} {{$art->color}} {{$art->tamano}} {{$art->estado}} {{$art->bloque}}
@endsection @section('scripts') @endsection