Qor Admin templates need to be in the following path of your project directory app/views/qor
.
This helps if you're using modules.
Use the following bash commands:
mkdir -p app/views
git clone https://github.com/qor/admin.git app/views
find app/views -mindepth 1 ! -regex '^app/views/views\(/.*\)?' -delete
mv app/views/views app/views/qor