@extends('layouts.app') @section('title') {{ __('messages.item_stock.item_stocks') }} @endsection @section('css') @endsection @section('content') @include('flash::message')
@include('layouts.search-component')
@include('item_stocks.table')
@include('partials.page.templates.templates')
@endsection @section('page_scripts') @endsection @section('scripts') @endsection