@extends('layouts.admin_master') @section('content')
List Kunjungan Pasien
@foreach($dataVisit as $row) @if(isset($row['check_in'])) @endif @if(isset($row['check_in_date'])) @endif @if(isset($row['fk_ms_doctor_id'])) @else @endif @endforeach
Barcode Registration Date Service Date Check In Active ID Dokter Action
{{ $row['barcode'] }} {{ $row['registration_date'] }} {{ $row['service_date'] }}{{ $row['check_in'] }}{{ $row['check_in_date'] }}{{ $row['active'] }}{{ $row['fk_ms_doctor_id'] }} Edit Delete
@endsection @section('script') @endsection