@extends('layouts.app') @section('title', 'Opening Stock') @section('content')
@if (isset ($opening->sno))
@else @endif @if ($errors->any())
@endif @csrf
{{--

Sales Order

--}}



@if (isset ($opening->sno))
@foreach($opening->openingd as $key => $cl)