@extends('layouts.admin')
@section('styles')
@endsection
@section('content')
|
DR / PACIENTE |
USUARIO |
COLOR |
TIPO |
ESTADO |
BLOQUE |
@foreach($data as $art)
|
{{$art->cliente->nombre}} {{$art->paciente->nombre}} - {{$art->paciente->cui}} |
{{$art->user->name}} |
{{$art->color}} |
{{$art->tamano}} |
{{$art->estado}} |
{{$art->bloque}} |
@endforeach
@endsection
@section('scripts')
@endsection