@extends('layouts.app') @section('title', $page_title) @push('styles') @endpush @section('content')

{{ $sub_title }}

@csrf
@foreach($edit->stockTransferWarehouseProductList as $key => $value) @endforeach
{{'Name'}} {{'Unit'}} {{'Stock Scale'}} {{'Stock Qty'}} {{'Receive Scale'}} {{'Receive Qty'}}
@endsection @push('scripts') @endpush