@extends ('layouts.person')
@section('contenido')
@foreach ($consultorio as $c)
{{ $c->nomConsul }}
@foreach ($usuario as $u)
@if ($c->codConsultorio == $u->codConsultorio)
- {{ $u->nombres }}
@endif
@endforeach
{{--
--}}
@endforeach
{{-- @push('scripts')
@endpush --}}
@endsection