@extends('layouts.admin')
@section('styles')
@endsection
@section('content')
@include('includes.alerts')
No |
Nombre |
DPI |
Telefono |
Direccion |
Tipo |
|
@foreach ($pacientes as $paciente)
{{ $paciente->id }} |
{{ $paciente->nombre }} |
{{ $paciente->dpi }} |
{{ $paciente->telefono }} |
{{ $paciente->direccion }} |
{{ $paciente->tipo }} |
@can('paciente_delete')
@endcan
|
@endforeach
@endsection
@section('scripts')
@endsection