@php $title = 'Dashboard'; $description = 'Dashboard'; @endphp @section('title', 'Dashboard') @extends('layouts.app') @section('content')

Services

{{ $services }}

Projects

{{ $projects }}

Jop Forms

{{ $jobForms }}

Messages

{{ $contactForms }}

Partners

{{ $partners }}

Jobs

{{ $jobs }}

Blogs

{{ $blogs }}

Clients

{{ $clients }}

Featured Projects

View More
@if($projectsection->count() > 0) @foreach ($projectsection as $project) @endforeach @else
No projects found
@endif

Featured Jobs

View More
@if($jobsection->count() > 0) @foreach ($jobsection as $job)
{{ $job->title }}
{{ $job->brief }}
@endforeach @else
No jobs found
@endif
@endsection