@extends('layout.app') @section('content')
@include('Pages.Stock.table', ['stock' => $stock])
{{-- AJAX Script --}}
@endsection