@extends('layouts.app')
@section('title', "Stock Entry")
@section('content')
@php
$custom_labels = json_decode(session('business.custom_labels'), true);
@endphp
@php
$custom_labels = json_decode(session('business.custom_labels'), true);
@endphp
{{-- --}}
@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