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

{{$breadcrumb}}

@php $no=1; @endphp @foreach($jenis_tagihan as $dt) @endforeach
No Nama Jenis Tagihan Deskripsi Status Action
{{$no++}} {{$dt->jenis_tagihan_name}} {{$dt->jenis_tagihan_description}} @if ($dt->jenis_tagihan_activeYN='Y') Active @else in Active @endif   
@endsection @section('js') @endsection