@extends('layouts.layout_capture')
@section('title', 'Make')
@section('style')
{{-- --}}
@endsection
@section('modal')
@endsection
@section('tab')
Make
@endsection
@section('content')
{{-- --}}
@include('endocapture.home6.components.case.patients')
@include('endocapture.home6.components.case.pre_procedure')
@include('endocapture.home6.components.case.other')
@include('endocapture.home6.components.case.finding')
@include('endocapture.home6.components.case.icd10')
@endsection
@section('script')
@endsection