|
ID |
Client |
Building |
Budget |
Discipline |
Job Type |
Start |
End |
@foreach($budgets as $budget)
|
{{$budget['id']}}
|
{{$budget['clientName']}}
|
{{$budget['buildingName']}}
|
{{$budget['discipline']}} |
{{$budget['Job Type']}} |
{{$budget['budgetTotal']}} |
{{date('d/m/Y', strtotime($budget['budgetStartTime']))}}
|
{{date('d/m/Y', strtotime($budget['budgetEndTime']))}}
|
@endforeach
{!! $budgets !!}