@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

OPERATIONS MANAGEMENT SYSTEM

{{-- --}} {{-- --}}
COST SHEET REF. GANG TOC SEASON COST SHEET DATETYPE
{{ $cost_sheet->cost_sheet_ref }} {{ $cost_sheet->gang->gang_name }} {{ $cost_sheet->port->name }} {{ $cost_sheet->season->name }} {{ $cost_sheet->cost_sheet_date }} {{strtoupper($cost_sheet->type)}}
@foreach ($activity_summaries as $activity_summary) @endforeach {{-- @foreach ($activity_summaries_selected as $activity_summary) h @endforeach --}}
No. Activity Reference Activity Summary Date Shed Gang Total Bags. Season Add to Cost Sheet
{{ $loop->index + 1 }}. {{ strtoupper($activity_summary->activity_summary_ref) }} {{ $activity_summary->activity_date }} {{ $activity_summary->shed->name }} {{ $activity_summary->gang->gang_name }} {{ $activity_summary->shed_gang_allocations->sum('quantity_fulfiled') }} {{ $activity_summary->season->name }}
{{$loop->index + 1}}. {{strtoupper($activity_summary->activity_summary_ref)}} {{$activity_summary->activity_date}} {{$activity_summary->shed->name}} {{$activity_summary->gang->gang_name}}{{$activity_summary->shed_gang_allocations->sum('quantity_fulfiled')}} {{$activity_summary->season->name}}
@endsection @section('more-scripts') @endsection