@extends('layouts.adminapp') @section('title') {{__('lng.HealthIssue')}} - {{__('lng.Edit')}} @endsection @section('active_health', 'active') @section('open_health', 'open') @section('active_health_issue', 'active') @section('content')

{{__('lng.HealthIssue')}}

@csrf @method('patch')
{{__('lng.EditHealthIssue')}}
@error('title')
{{ $message }}
@enderror
@endsection