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

OPERATIONS MANAGEMENT SYSTEM

ADD GANG ACTIVITY TO INTERNAL WAYBILL no: ({{ $internal_waybill->internal_waybill_no }})

@include('includes.messages')
{{ csrf_field() }}


@foreach ($internal_waybill->shed_gang_allocations as $shed_gang_allocation) @endforeach
GANG ACTIVITY BAGS REMARKS OTHER REMARKS Edit
{{ $shed_gang_allocation->gang->gang_name }} {{ $shed_gang_allocation->activity->activity_name }} {{ $shed_gang_allocation->quantity_fulfiled }} {{ $shed_gang_allocation->remarks }} {{ $shed_gang_allocation->other_remarks }} cost_sheet_id != null) onclick="event.preventDefault()";oncontextmenu=”return false”; disabled @endif> EDIT
@endsection @section('more-scripts') @endsection