@extends("backend.layouts2.master") @section("title") {{ ucwords($module) }} - Sistem Klinik @endsection @push('css') @endpush @section ('content')
@if($data->filepath != null) User profile picture @else User profile picture @endif
{{$data->nama}}
@if($data->status == 1)

@else

@endif

Identitas

Umur

{{ \Carbon\Carbon::parse($data->tgl_lahir)->diff(\Carbon\Carbon::now())->format('%y') }}

{{$data->tempat_lahir}}, {{ \Carbon\Carbon::parse($data->tgl_lahir)->format('d/m/Y') }}


Jenis Kelamin

{{$data->jenis_kelamin}}


NIK

{{$data->nik}}


Alamat

{{$data->alamat}}

Kota : {{$data->kota}}


No HP

{{$data->no_hp}}


Email

{{$data->email}}


Rekam Medis
# Tanggal Dokter Action
@endsection @push('js') @endpush