@extends('layouts.main') @section('content')

All shifts

@foreach($work_shift as $shifts) @endforeach
Date created Name Workers Created by Action
{{$shifts->created_at}} SHIFT-{{$shifts->id}} {{$shifts->description}} {{$shifts->user->name}} Details Invoices
@endsection