@extends('layouts.doctor') @section('content')
@foreach ($pacientes as $paciente) @endforeach
PACIENTE DIRECCION
{{ $paciente->nombre }} {{ $paciente->direccion }}
@endsection @section('style') @endsection @section('scripts') @endsection