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

Jumlah Tenaga Keperawatan dan Kebidanan di Fasilitas Kesehatan

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

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

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

{{-- --}} @role("Pihak Wajib Pajak") @endrole @foreach ($unit_kerja as $item) {{-- --}} @role("Pihak Wajib Pajak") @if($item->Bidan->status == 2) @else @endif @endrole @endforeach
No Unit Kerja Tenaga Keperawatan Tenaga KebidananAction
L P L + P
{{$item->id}} {{$item->nama}} {{$item->Perawat->laki_laki ?? 0}} {{$item->Perawat->perempuan ?? 0}} {{($item->Perawat->laki_laki ?? 0) + ($item->Perawat->perempuan ?? 0)}} {{$item->Bidan->perempuan ?? 0}}
@push('scripts') @endpush @push('scripts') @endpush @endsection