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

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

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