@php $count = 1; @endphp @foreach ($enter_bills as $key => $value) @php $count++; @endphp @endforeach
ID Enter Date Bill No Bill Amount Status Action
{{ $count }} {{ date('Y-m-d', strtotime($value->enter_date)) }} {{ $value->bill_no }} {{ number_format($value->bill_total + $value->tax_amount, 2) }} @if($value->is_remove == 1) Canceled
@else Active @endif
@if($value->is_remove == 0) @endif