@section('title', $pageTitle ?? 'Détails du stock') @push('scripts') {{ $dataTable->scripts() }} @endpush

{{ $pageTitle ?? 'List'}}

{!! $headerAction ?? '' !!}
{{ $dataTable->table(['class' => 'table text-center table-striped w-100'], true) }}