@extends('layouts.dashboard') @section('content')
@if($lang=='spa') identificación @else Id @endif | @if($lang=='spa') nombre @else Name @endif | @if($lang=='spa') correo electrónico @else Email @endif | @if($lang=='spa') nacimiento @else DOB @endif | @if($lang=='spa') Número de contacto @else Contact No @endif | @if($lang=='spa') Género @else Gender @endif | @if($lang=='spa') Calle @else Street @endif | @if($lang=='spa') Ciudad @else City @endif | @if($lang=='spa') Estado @else State @endif | @if($lang=='spa') código postal @else Zip Code @endif |
---|---|---|---|---|---|---|---|---|---|
{{$patient->pid}} | {{$patient->fname}} {{$patient->lname}} | {{$patient->email}} | {{$patient->DOB}} | {{$patient->contact_no}} | {{$patient->sex}} | {{$patient->street}} | {{$patient->city}} | {{$patient->state}} | {{$patient->postal_code}} |