@extends('layouts.app') @section('title', "Stock Entry") @section('content') @php $custom_labels = json_decode(session('business.custom_labels'), true); @endphp

Stock Entries

@php $custom_labels = json_decode(session('business.custom_labels'), true); @endphp {{--

@lang('purchase.edit_purchase')

--}}
@include('layouts.partials.error') @component('components.widget', ['class' => 'box-primary']) @include('stock_entries.common.table') @endcomponent() @endsection @section('javascript') @include('purchase.partials.keyboard_shortcuts') @endsection