@extends('layouts.default') @section('header-links') @include('accounts.reports.management.selector') @endsection @section('title', isset($title)?$title:'') @section('content')
Consultant Name | @foreach($months as $month){{ $month .' - '. $year }} | @endforeach||||||||
---|---|---|---|---|---|---|---|---|---|
Date | Invoice | Amount | @endforeach|||||||
{{ $invoice->customer_name }} | @foreach($months as $k=> $month) @if($k == Date::parse($invoice->due_at)->format("n")){{ Date::parse($invoice->due_at)->format($date_format) }} {{ $invoice->invoice_number }} @money($invoice->amount,'USD',true) | {{--{{ Date::parse($invoice->due_at)->format($date_format) }} | {{ $invoice->invoice_number }} | @money($invoice->amount,'USD',true) | --}} @else- | @endif @endforeach