@extends('template.template') @section('contents')
Utang
{{--
@csrf
@if($errors->first('txtStart'))
{{ $errors->first('txtStart') }}
@endif @if($errors->first('txtTo'))
{{ $errors->first('txtTo') }}
@endif
--}}

Daftar Hutang

@if (count($daftarutang) > 0) @foreach ($daftarutang as $utang) @endforeach @else @endif
deskripsi jumlah status
{{ $utang->DESKRIPSI }} {{ $utang->JUMLAH_HUTANG }}
@if($utang->STATUS!="1") @else @endif
Belum Ada Hutang
@endsection