view index.blade.php not found code example
Example 1: view index not found. laravel
php artisan config:cache
php artisan route:cache
Example 2: view blade not found in laravel
@isset($cta)
@component('components/button', ['type' => 'primary','href' => isset($href) ? $href : null ]) {{$cta}} @endcomponent
@endisset