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

OPERATIONS MANAGEMENT SYSTEM

ADD GANG ACTIVITY TO SHED WAYBILL no: ({{ $shed_waybill->waybill_no }})

@if ($shed_waybill->type == 'sample residue') Back to Transactions @elseif ($shed_waybill->type == 'sweepings') Back to Transactions @elseif ($shed_waybill->type == 'burst bags') Back to Transactions @elseif ($shed_waybill->type == 'wet bags') Back to Transactions @elseif ($shed_waybill->type == 'confiscated') Back to Transactions @elseif ($shed_waybill->type == 'stained bags') Back to Transactions @elseif ($shed_waybill->type == 'Inter-Warehouse') Back to Transactions @elseif ($shed_waybill->type == 'Intra-Warehouse') Back to Transactions @elseif ($shed_waybill->type == 'factory') Back to Transactions @endif
@include('includes.messages')
{{ csrf_field() }}


@foreach ($shed_waybill->shed_gang_allocations()->where('shed_id', $shed_id)->get() 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