How to use Spinner/Preloader in Dev CMS
Copy Below Code
View As A Text File
Show Text Only
Show API
Edit Code
1- Include following blade component in your file
@include('back.common_views.spinner')
2- call this in js
$('.spinner').show();
its already implimented in devcms copy