@if (!empty($billing['generated_by']))
{{ $billing['generated_by_date'] ? date('F d, Y', strtotime($billing['generated_by_date'])) : '' }}
@endif
@if (!empty($billing['reviewed_by']))
{{ $billing['reviewed_by_date'] ? date('F d, Y', strtotime($billing['reviewed_by_date'])) : '' }}
@endif
@if (!empty($billing['approved_by']))
{{ $billing['approved_by_date'] ? date('F d, Y', strtotime($billing['approved_by_date'])) : '' }}
@endif