@include('layouts.agency-user-navbar') @include('layouts.agency-user-sidebar')
{{--
--}}

Welcome!

{{--
Daily Visits

8,652

2.97% Since last month

Revenue

$9,254.62

18.25% Since last month

Orders

753

-5.75% Since last month

Users

63,154

8.21% Since last month

--}}

Assigned Projects

@foreach ($projects as $project)
Project Name: {{ $project['name'] }}

Status: {{ $project['status']['name'] ?? 'N/A' }}

Location: {{ $project['site_location'] }}

View
@endforeach
@include('layouts.footer')