@extends('layouts.main')
@section('content')
All shifts
| Date created |
Name |
Workers |
Created by |
Action |
@foreach($work_shift as $shifts)
| {{$shifts->created_at}} |
SHIFT-{{$shifts->id}} |
{{$shifts->description}} |
{{$shifts->user->name}} |
Details
Invoices
|
@endforeach
@endsection