@extends('themes.backend.layouts.app') @section('breadcrumb') {{ Breadcrumbs::render('new-patient.show', $id) }} @endsection @section('content')
{{ __('enquiry.new_form.show_txt') }}
{{-- BASIC INFORMATION --}} @include('themes.frontend.pages.partials.section.__new_patient_basic',['dataObj'=>$dataObj])




{{-- BASIC INFORMATION --}} @include('themes.frontend.pages.partials.section.__new_patient_problems',['patient_ProblemData'=>$dataObj->problem])
@stop @push('styles') @endpush