vuedo
vuedo copied to clipboard
View [themes.clean-blog.partials.layout] not found.
I run this program , found this problem. View [themes.clean-blog.partials.layout] not found. is this file missing?
Did you manage to solve this?
In the template view the extended view call needs to be changed
From:
@extends('themes.clean-blog.partials.layout')
To:
@extends('themes.clean-blog.layouts.default')
This is present in file email.blade.php
which is fixed with pull request #21