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

OPERATIONS MANAGEMENT SYSTEM

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

{{-- --}}
@include('includes.messages')
{{ csrf_field() }} @method('PUT')


@php $purity_no_of_bags_ok = $shed_gang_allocation->internal_waybill->purity_no_of_bags_ok; $total_fulfiled = $shed_gang_allocation->internal_waybill->shed_gang_allocations->sum('quantity_fulfiled') - $shed_gang_allocation->quantity_fulfiled; $bags_remaining = $purity_no_of_bags_ok - $total_fulfiled; @endphp
@endsection @section('more-scripts') @endsection