@extends('layouts.app') @section('content')

Detail Wilayah

{{--
--}}
{{--

Pengguna

--}} {{--

DataTables has most features enabled by default, so all you need to do to use it with your own tables is to call the construction function: $().DataTable();.

--}}
{{--
@csrf

Export
--}}
@if(Auth::user()->downloadFile('AngkaKematian', Session::get('year')))
@csrf downloadFile('AngkaKematian', Session::get('year'))->status == 1 ?"disabled":""}} class="form-control" placeholder="upload PDF file">
@else
@csrf
@endif @if(Auth::user()->hasFile('AngkaKematian', Session::get('year')) && Auth::user()->downloadFile('AngkaKematian', Session::get('year'))->file_name != "-") Download pdf file @endif Report

@role('Admin|superadmin') @foreach ($AngkaKematian as $key => $item) @endforeach @endrole
No Nama Rumah Sakit Jumlah Tempat Tidur PASIEN KELUAR (HIDUP + MATI) PASIEN KELUAR MATI PASIEN KELUAR MATI >= 48 jam dirawat GROSS DEATH RATE NET DEATH RATE
Laki Laki Perempuan Laki Laki + Perempuan Laki Laki Perempuan Laki Laki + Perempuan Laki Laki Perempuan Laki Laki + Perempuan Laki Laki Perempuan Laki Laki + Perempuan Laki Laki Perempuan Laki Laki + Perempuan
{{$key + 2}} {{$item->nama_rumah_sakit}} status == 2?"disabled":""}} value="{{$item->jumlah_tempat_tidur}}" class="form-control data-input" style="border: none"> status == 2?"disabled":""}} value="{{$item->pasien_keluar_hidup_mati_L}}" class="form-control data-input" style="border: none"> status == 2?"disabled":""}} value="{{$item->pasien_keluar_hidup_mati_P}}" class="form-control data-input" style="border: none"> {{$item->pasien_keluar_hidup_mati_P + $item->pasien_keluar_hidup_mati_L}} status == 2?"disabled":""}} id="{{$item->id}}" value="{{$item->pasien_keluar_mati_L}}" class="form-control data-input" style="border: none"> status == 2?"disabled":""}} id="{{$item->id}}" value="{{$item->pasien_keluar_mati_P}}" class="form-control data-input" style="border: none"> {{$item->pasien_keluar_mati_L + $item->pasien_keluar__mati_P}} status == 2?"disabled":""}} id="{{$item->id}}" value="{{$item->pasien_keluar_mati_48_L}}" class="form-control data-input" style="border: none"> status == 2?"disabled":""}} id="{{$item->id}}" value="{{$item->pasien_keluar_mati_48_P}}" class="form-control data-input" style="border: none"> {{$item->pasien_keluar_mati_L + $item->pasien_keluar__mati_P}} {{$item->pasien_keluar_hidup_mati_L>0?number_format($item->pasien_keluar_mati_L/$item->pasien_keluar_hidup_mati_L * 100, 2):0}} {{$item->pasien_keluar_hidup_mati_P>0?number_format($item->pasien_keluar_mati_P/$item->pasien_keluar_hidup_mati_P * 100, 2):0}} {{$item->pasien_keluar_hidup_mati_P+$item->pasien_keluar_hidup_mati_L>0?number_format(($item->pasien_keluar_mati_P+$item->pasien_keluar_mati_L)/($item->pasien_keluar_hidup_mati_L + $item->pasien_keluar_hidup_mati_P) * 100, 2):0}} {{$item->pasien_keluar_mati_48_L>0?number_format($item->pasien_keluar_mati_L/$item->pasien_keluar_mati_48_L * 100, 2):0}} {{$item->pasien_keluar_mati_48_P>0?number_format($item->pasien_keluar_mati_P/$item->pasien_keluar_mati_48_P * 100, 2):0}} {{$item->pasien_keluar_mati_48_P+$item->pasien_keluar_mati_48_L>0?number_format(($item->pasien_keluar_mati_P+$item->pasien_keluar_mati_L)/($item->pasien_keluar_mati_48_L + $item->pasien_keluar_mati_48_P) * 100, 2):0}}
@push('scripts') @endpush @push('scripts') @endpush @endsection