@extends('layouts.library') @section('title', 'EndoCapture') @section('style') @endsection @section('modal') @endsection @section('content')
@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 @endforeach
HN Name Procedure Date
{{$case->case_hn}} {{$json->patientname}} {{$json->procedurename}} {{$case->case_dateappointment}} @if($group->vdogroup_status==1) @else @endif vdogroup_id/edit")}}">edit
@if($id!=0)
@foreach($tb_casevdo as $vdo)
@endforeach
@csrf
Select
Tittle
Description
*Video will public only file that have red border
@endif
@endsection @section('script') @endsection