@extends('layouts.master') @section('css') @endsection @section('title') Variant Stock Opening @endsection @section('content')
Stock Loaction Details
@csrf
@foreach ($variantStockItemLocations as $variantStockItemLocation)
@endforeach @if(count($variantStockItemLocations) < 1)
@endif
@endsection @section('script') @endsection