@php
if(Auth::user()->user_type!='admin'){
$layouts = 'layouts.layout_capture';
}else{
$layouts = 'layouts.layout_index';
}
@endphp
@extends($layouts)
@section('title', 'EndoCapture')
@section('style')
@endsection
@section('modal')
@include('endocapture.home6.components.modal_post_update')
@endsection
@section('content')
@include('endocapture.home6.components.list_head')
@include('endocapture.home6.components.list_main')
@endsection
@section('lpage')
TODAY LIST
@endsection
@section('rpage')
Cases List
@endsection
@section('rppage')
Today List
@endsection
@section('script')
@endsection