@extends('layouts.library') @section('title', 'EndoCapture') @section('style') @endsection @section('modal') @endsection @section('content') @php $admin['controllername'] = "endocapture/homecontroller"; $admin['viewname'] = "home/index.blade.php"; cardADMIN($admin); @endphp

Recently

@foreach ($tb_casevdogroup as $group)
vdogroup_id")}}"> {{-- --}} @php $w[0] = array('caseuniq',$group->caseuniq); $w[1] = array('comcreate',$group->comcreate); $vd = DB::table('tb_casevdo')->where($w)->first(); @endphp

{{$group->vdogroup_name}}

View {{$group->vdogroup_visit}} | [{{$group->vdogroup_date}}]
{{$group->user_prefix}}{{$group->user_firstname}} {{$group->user_lastname}}
@endforeach

Most Views

@foreach ($most as $group)
vdogroup_id")}}"> {{-- --}} @php $w[0] = array('caseuniq',$group->caseuniq); $w[1] = array('comcreate',$group->comcreate); $vd = DB::table('tb_casevdo')->where($w)->first(); @endphp

{{$group->vdogroup_name}}

View {{$group->vdogroup_visit}} | [{{$group->vdogroup_date}}]
{{$group->user_prefix}}{{$group->user_firstname}} {{$group->user_lastname}}
@endforeach
@endsection @section('script') @endsection