i get the Answer Use the
php artisan vendor:publish --tag=laravel-pagination
Cmd to Create the Bootstrap Vendor file for Pagination and Then i have change the
<div class="mt-4">
{{ $distributorStock->links() }}
</div>
</div>
code to this
{{ $distributorStock->links('vendor.pagination.bootstrap-4') }}
{{ $distributorStock->links('vendor.pagination.bootstrap-4') }}