@extends('layouts.master') @section('css') @endsection @section('title') Variant Stock Opening @endsection @section('content') Stock Loaction Details @csrf @foreach ($variantStockItemLocations as $variantStockItemLocation) Varinat Name @foreach ($variants as $variant) variant_id == $variant->id) selected @endif> {{ $variant->name }} @endforeach Stock Location @foreach ($stockLocations as $stockLocation) stock_location_id == $stockLocation->id) selected @endif> {{ $stockLocation->name }} @endforeach Unit @foreach ($units as $unit) unit_id == $unit->id) selected @endif>{{ $unit->symbol }} @endforeach Opening Stock Rate Value @endforeach @if(count($variantStockItemLocations) < 1) Varinat Name @foreach ($variants as $variant) {{ $variant->name }} @endforeach Stock Location @foreach ($stockLocations as $stockLocation) {{ $stockLocation->name }} @endforeach Unit @foreach ($units as $unit) {{ $unit->symbol }} @endforeach Opening Stock Rate Value @endif Add Row Submit @endsection @section('script') @endsection