@extends('layouts.admin_master') @section('content')
| Barcode | Registration Date | Service Date | Check In | Active | ID Dokter | Action | ||
|---|---|---|---|---|---|---|---|---|
| {{ $row['barcode'] }} | {{ $row['registration_date'] }} | {{ $row['service_date'] }} | @if(isset($row['check_in'])){{ $row['check_in'] }} | @endif @if(isset($row['check_in_date'])){{ $row['check_in_date'] }} | @endif{{ $row['active'] }} | @if(isset($row['fk_ms_doctor_id'])){{ $row['fk_ms_doctor_id'] }} | @else@endif | Edit Delete |