@extends('layout.layout') @section('title','Work Overview') @section('work_overview','active') @section('layout.css') @endsection @section('content') Work Overview Resource @foreach($resources as $resourceList) id == Auth::id() ? 'selected' : ''}}> {{$resourceList->firstname.' '.$resourceList->lastname}} @endforeach Start Date End Date Loading... Search Data Hours Comparison Entity Sharing Deliveries by Ticket Type @endsection @section('scripts') @endsection