@extends('layouts.app') @section('content')
Page for edit Slip Transfer
Below are list material available for Divisi {{ $slip->divisi_from }}
| Material Fullname | Stock | Action |
|---|---|---|
| {{ $stock->material->formatted_material }} | {{ $stock->balance }} | @if ($slip->details->where('material_code', $stock->material_code)->count() === 0) @else @endif |
Material details you already input
Are you sure want to delete this ? .
Once you delete you cannot recover this PO!
Are you sure want to complete this ? .
Once you complete, all material will be decrease on Divisi From and increase on Divisi To. You CANNOT undo this change