79170205

Date: 2024-11-08 13:29:35
Score: 1
Natty:
Report link

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') }}

then i get this output

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: TechErrorNR