@extends('layouts.contentLayoutMaster') @section('title') Dashboard @endsection @section('content')

10 most recently updated opportunities

@if ($opportunitiesNotUpdated->count() == 0)

No opportunities found

@else @foreach($opportunitiesNotUpdated as $opportunity) @endforeach @endif

10 most recently updated client POs

@if ($customerPoNotUpdated->count() == 0)

No client POs found

@else @foreach($customerPoNotUpdated as $po) @endforeach @endif
@endsection