@extends('layouts.master') @section('css') @endsection @section('title') Physical Stock @endsection @section('content')
@isset($physicalStock)
@method('put') @else @endisset @csrf
@isset($physicalStock) Edit Physical Stock Registration @else Add Physical Stock Registration @endisset
@isset($physicalStock) @endisset
{{-- @isset($physicalStock) @if (str_contains($physicalStock->voucher_number, '-')) {{ explode('-', $physicalStock->voucher_number)[0] }} @else @endif @else @if ($voucherType->prefix != null) {{ $voucherType->prefix }} @else @endif @endisset --}}
Items
@isset($physicalStock) @if (count($physicalStock->physicalStockItems) > 0) @foreach ($physicalStock->physicalStockItems as $key => $item) @php $key = $key + 1; @endphp @endforeach @endif @endisset
Item Qty Unit Cost
Add
@endsection @section('script')