@php $tb_case = DB::table('tb_case') ->join('patient','patient.hn','tb_case.case_hn') ->where('studydate','!=',0) ->get(); @endphp @extends('layouts.layout_terralink') @section('title', 'Terralink - Viewer') @section('style') @endsection @section('modal') @endsection @section('content')
@include('terra.wait.components.table') @endsection @section('script') @endsection