@extends('layouts.app') @section('title', __('stock.stocks')) @section('content')

@lang('stock.stocks')

@component('components.widget', ['class' => 'box-primary', 'title' => __('stock.stocks')]) @slot('tool')
@if(auth()->user()->can('stock.create')) @lang('messages.add') @endif
@endslot
@lang('lang.name') @lang('business.location') @lang('messages.action')
@endcomponent
@stop @section('javascript') @endsection