@extends('Front.PatientLayout.mainLayout') @section('title', 'Profile') @section('css') @endsection @section('content')
@csrf
@switch($feeling) @case('Well')
@break @case('Mild')
@break @case('Moderate')
@break @case('Severe')
@break @default @endswitch
@if ($feeling !== 'Severe')
@endif
Home
@section('js') @endsection @endsection