Missing preview view,
i'm triying to use the preview button, bit i receive de message "Missing preview view, create one at" and i have a view with the name of the module




5 Replies
looks like you have created a file with services.posts.blade.php rather than services.post.blade.php - note the 'posts' and 'post' from the initial error message
yes, its a kind of weird. because my module its TwillRoutes::module('services.posts'); so if in my ServicePostController i put in my moduleName 'services.post' the page doesn't works

I think the preview file is singular so leave the module name like you had it but just change the preview blade file to services.post.blade.php
not works:c, i run php artisan optimize too in the case maybe was something cached

ready, i created a folder and inside the post.blade
