@extends('layouts.library')
@section('title', 'EndoCapture')
@section('style')
@endsection
@section('modal')
@endsection
@section('content')
HN |
Name |
Procedure |
Date |
|
@foreach ($tb_casevdogroup as $group)
@php
$i = rand(0,1);
$w[0] = array('caseuniq',$group->caseuniq);
$w[1] = array('comcreate',$group->comcreate);
$case = DB::table('tb_case')->where($w)->first();
$json = jsonDecode($case->case_json);
@endphp
{{$case->case_hn}} |
{{$json->patientname}} |
{{$json->procedurename}} |
{{$case->case_dateappointment}} |
@if($group->vdogroup_status==1)
@else
@endif
|
vdogroup_id/edit")}}">edit |
@endforeach
@if($id!=0)
@foreach($tb_casevdo as $vdo)
@endforeach
@endif
@endsection
@section('script')
@endsection