@extends('website.layouts.default') @push('css') @endpush @section('content')
Check for specific date
| # | Staff | Cow (Feeding Time, bath Time) | Action |
|---|---|---|---|
| {{ $loop->index + 1 }} | {{ $assignCowToStaff->user->name }} | @include('website.pages.assign_to_staff.includes.shortcut', [ 'name' => 'cow', 'table_type' => 1, ]) @include('website.pages.assign_to_staff.includes.shortcut', [ 'name' => 'bull', 'table_type' => 2, ]) @include('website.pages.assign_to_staff.includes.shortcut', [ 'name' => 'calf', 'table_type' => 3, ]) | |