@extends('dashboard.base') @section('content')
@include('dashboard.shared.alert')
Daftar Potongan
@if (count($potongans) == 0) @else
No Pegawai Jenis Potongan Tahun Bulan Jumlah
@endif
@endsection @section('javascript') @endsection