@extends('layout') @section('css') @endsection @section('content')
@if (!in_array(\Auth::user()->role, [20, 21, 22]))
@else
{{-- Filter --}} View All @if (in_array(\Auth::user()->role,[1,2,5,15,20,21,22]) || Auth::user()->id==251 || Auth::user()->id==252) @endif
@endif
Container
@if (!in_array(\Auth::user()->role, [20,21,22]))
{{-- Filter --}} View All @if (in_array(\Auth::user()->role,[1,2,5,15,20,21,22]) || Auth::user()->id==251 || Auth::user()->id==252) @endif
@endif
* Showing data within 3 months by default

Total Tagihan : Rp {{ribuan($tottagihan)}}
Total Pembayaran : Rp {{ribuan($totbayar)}}
Total Kurang Bayar : Rp {{ribuan($totpiutang)}}
{{-- @if (\Auth::user()->role == 1) @endif --}}
created_at No No. Invoice No. Container Nama Marketing Tagihan Pembayaran Kurang Pembayaran StatusAction
@endsection @section('js') @endsection