laravel-dashboard-layout
It is a sample of making a dashboard template in Laravel. I have been using Soft UI Dashboard Tailwind from https://www.creative-tim.com/. So, you can buy the Pro version there.
Screen Shot:

Install and Use:
- Download zipped code to your local machine
- Extract it and use VS Code to open the project's folder
- Duplicate the .env.example file and rename to .env
- Open the new terminal (cmd)
- composer install
- npm install
- php artisan key:generate
- npm run build
- php artisan serve
- Use web browser and browse to http://127.0.0.1:8000/mydashboard