@extends('order.apporder') @section('title', 'My Activity') @section('breadcrumb', 'Summary Aktifitas Petugas') @section('content')

Summary Aktifitas Petugas

Filter Data

AdminLTE Logo

Laporan Transaksi Order Harian Per Petugas

Periode : {{ date('d/m/Y') }}

Petugas : {{ auth()->user()->name }}

@php $nom=1 @endphp @foreach($list_order as $list) @php $nom++ @endphp @endforeach
No. No.Resep Pasien Dokter Status
{{ $nom }} {{ $list->no_resep }} {{ $list->nama_pasien }} {{ $list->nama_dokter }} @if($list->status_order==1) @else @endif
@include("order.js"); @endsection