Pick one Bill
@foreach($bills as $bill) @endforeach
Number Amount Category Due Date Balance
BILL-00{{$bill->id}} {{number_format($bill->amount)}} @if($bill->category){{$bill->category->number}} - {{$bill->category->name}}@endif {{date('d-m-Y',strtotime($bill->due_at))}} {{number_format($remAmount[$bill->id])}}