@extends('website.layouts.default') @push('css') @endpush @section('content')

Assign Cow To Staffs

Assign Cow To Staffs List

Assign →

Check for specific date

Today Search

Assigning data for {{ $date->format('d M Y') }}

@forelse ($assignCowToStaffs as $assignCowToStaff) @empty

No data found

@endforelse @include('website.includes.delete_modal')
# 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, ])
{{-- --}} {{-- --}}
{{-- {{ $assignCowToStaffs->onEachSide(5)->links() }} --}}
@endsection @push('scripts') @endpush