Dear barry wilkinson
Please find the code snippet to change the stats in file /root/resources/views/home.blade.php
This is currently showing dynamically from the database, but you can change it by changing code.
<section class="footer-campaign-stats">
<div class="container">
<div class="row">
<div class="col-md-4"><h3>{{$campaigns_count}}</h3> <h4>@lang('app.campaigns')</h4></div>
<div class="col-md-4"> <h3>{{get_amount($fund_raised_count)}}</h3> <h4>@lang('app.funds_raised')</h4></div>
<div class="col-md-4"><h3>{{$users_count}}</h3> <h4>@lang('app.users')</h4></div>
</div>
</div>
</section>
Best Regards