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

OPERATIONS MANAGEMENT SYSTEM

ADD SHED GANG ACTIVITY

@include('includes.messages')
{{ csrf_field() }}
@if (Session::has('msg'))
{{ Session::get('msg') }}
@endif
{{-- @php $purity_no_of_bags_ok = $internal_waybill->purity_no_of_bags_ok; $total_fulfiled = $internal_waybill->shed_gang_allocations->sum('quantity_fulfiled'); $bags_remaining = $purity_no_of_bags_ok - $total_fulfiled; @endphp --}}
{{-- --}} {{--
--}}
@foreach ($shed_gang_allocations as $shed_gang_allocation) @endforeach
GANG ACTIVITY DATE ALLOCATED BAGS ALLOCATED BAGS FULFILLED REMARKS OTHER REMARKS SEASON EDIT DELETE
{{ $shed_gang_allocation->gang->gang_name }} {{ $shed_gang_allocation->gang_allocation->activity->activity_name }} {{ Carbon\Carbon::parse($shed_gang_allocation->gang_allocation->allocation_date)->format('dS M Y') }} {{ $shed_gang_allocation->gang_allocation->quantity_allocated * 16 }} {{ $shed_gang_allocation->quantity_fulfiled }} {{ $shed_gang_allocation->remarks }} {{ $shed_gang_allocation->other_remarks }} {{ App\Model\season::find($shed_gang_allocation->season_id)->name }} cost_sheet_id != null) onclick="event.preventDefault()";oncontextmenu=”return false”; disabled @endif> EDIT
@endsection @section('more-scripts') @endsection