@extends ('layouts.person') @section('contenido')
Consultorios Disponibles
@foreach ($consultorio as $c)

{{ $c->nomConsul }}

@foreach ($usuario as $u) @if ($c->codConsultorio == $u->codConsultorio)

- {{ $u->nombres }}

@endif @endforeach
{{--
Info --}}
@endforeach
{{-- @push('scripts') @endpush --}} @endsection