@extends('layouts.home_layout') @php $pageTitle = "Treatment Info Form"; @endphp @section('title', $pageTitle) @section('style') @endsection @section('content')
@include('common.alert_msg')
@endsection @section('script') @endsection