@extends('layouts.app') @section('content') @auth
| Given Date | General ID | Fuchia ID | Sex | Age | Nurse | Medical Items |
| {{ date('d-m-Y', strtotime($con->Given_Date)) }} | {{ $con->Pid }} | {{ $con->FuchiaID }} | {{ Crypt::decrypt_light($con->Sex,"General")}} | {{ $con->Agey }} | {{ $con->Nurse }} |
|