@extends('layouts.app') @section('content')
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();
.
Puskesmas | Strata Posyandu | Posyandu Aktif | Jumlah Posbindu PTM | @role('Pihak Wajib Pajak')Action | @endrole||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Pratama | Madya | Purnama | Mandiri | Total | ||||||||||
Jumlah | % | Jumlah | % | Jumlah | % | Jumlah | % | Jumlah | % | {{----}} | ||||
{{$item->nama}} | {{$item->Posyandu->pratama ?? 0}} | {{($item->Posyandu->pratama ?? 0) > 0?number_format((($item->Posyandu->pratama ?? 0)/$persen)*100, '2'):0}}% | {{($item->Posyandu->madya ?? 0)}} | {{ ($item->Posyandu->madya ?? 0) > 0?number_format((($item->Posyandu->madya ?? 0)/($persen))*100, '2'):0}}% | {{$item->Posyandu->purnama ?? 0}} | {{ ($item->Posyandu->purnama ?? 0) > 0?number_format((($item->Posyandu->purnama ?? 0)/($persen))*100, '2'):0}}% | {{$item->Posyandu->mandiri ?? 0}} | {{ ($item->Posyandu->mandiri ?? 0) > 0?number_format((($item->Posyandu->mandiri ?? 0)/($persen))*100, '2'):0}}% | {{ ($item->Posyandu->pratama ?? 0) + ($item->Posyandu->madya ?? 0) + ($item->Posyandu->purnama ?? 0) + ($item->Posyandu->mandiri ?? 0)}} | {{ $item->Posyandu->aktif ?? 0}} | {{ ($item->Posyandu->aktif ?? 0) > 0?number_format(( ($item->Posyandu->aktif ?? 0)/($persen))*100, '2'): 0}}% | {{$item->Posyandu->posbindu ?? 0}} | {{----}} @role("Pihak Wajib Pajak") | @endrole |