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

{{ $sub_title }}

@csrf
@if (!$categories->isEmpty()) @foreach ($categories as $category) @endforeach @endif
opening_stock == 1 ? 'checked' : '' }} value="{{ $product->opening_stock }}">
@if($product->opening_stock == 2)
@else @foreach($product->openingStockList as $key => $value)
@endforeach @endif

@endsection @push('scripts') @endpush