@extends('Front.PatientLayout.mainLayout')
@section('title', 'Your COPD')
@section('content')
{{ __('dashboard.yourcopd.title') }}
{!! $stringData !!}
@if (!empty($layoutAlert))
{{ $layoutAlert }}
@endif
@if (!empty($video))
{{ __('dashboard.brathing.text') }}
@endif
@endsection