@extends('layouts.app') @section('head') @endsection @section('content')
@foreach($projects as $project) @foreach($project->services as $service) @foreach($service->websites as $website) @foreach($website->webpages as $webpage) @foreach($webpage->versions as $version) @endforeach @endforeach @endforeach @endforeach @endforeach
# First Name Last Name Username
1 Mark Otto Edit | View
@endsection @section('foot') @endsection