@extends('layouts.adminapp') @section('title') {{ __('lng.HealthIssue') }} @endsection @section('active_health', 'active') @section('open_health', 'open') @section('active_health_issue', 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.Title') }} | {{ __('lng.Narration') }} | {{ __('lng.Action') }} |
---|---|---|---|
{{ ++$si }} | {{ $HealthIssue->title }} | {{ $HealthIssue->narration }} |
{{ __('lng.Showing') }} {{ $HealthIssues->count() }} {{ __('lng.Items') }}