Chart in laravel using chart.js

Laravel Charts is a charting library for laravel, and it's the only PHP package that's able to generate unlimited combinations of charts out of the box. This is because Chart's…

0 Comments

Load more button on post in laravel

A. View.blade.php <?php $count = DB::table('posts')->count(); ?> <section class="bg0"> <div class="row m-rl-0 justify-content-center container verticlescroll" style="border:1px solid #333;"> <div class="col-md-12 p-rl-1 p-b-2 py-3 pkload"> <span class="load-content"></span> </div> <?php if($count >…

0 Comments