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

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

@csrf @method('patch')
{{ __('lng.EditMemberHealth') }}
@csrf
@error('health_id')
{{ $message }}
@enderror
@error('percentage')
{{ $message }}
@enderror
is_completed ? ' checked' : '' }}>
@error('hospital_address')
{{ $message }}
@enderror
{{--
--}}
@endsection