-
eg.
````
@switch($expr)
{{-- test comment --}}
@case('value')
````
renders to:
````
case ('value'): ?>
````
which gives "syntax error, unexpected '
-
### Package
filament/filament
### Package Version
v3.2.116
### Laravel Version
v11.27.1
### Livewire Version
v3.5.6
### PHP Version
v8.3.11
### Problem description
My error page template is…
-
**Language**
"Blade is the simple, yet powerful templating engine provided with Laravel."
**Additional resources**
https://laravel.com/docs/master/blade
-
I'm currently upgrading to Laravel 5.3 and I found a problem with some of my templates when using the @role() directive from Entrust.
The error I get:
```
Parse error: syntax error, unexpected ''adm…
-
# Bug report
```
cp -i vendor/backpack/theme-coreuiv4/src/resources/views/dashboard.blade.php resources/views/vendor/backpack/theme-coreuiv4/dashboard.blade.php
```
Do you know that you don't …
-
When using [Laravel Blade Snippets] extension, which provides syntax highlighting for Blade files that could contain Alpine.js code, the syntax highlighting for Alpine.js code works flawlessly; except…
-
I have the same issue as #11, except I am using Laravel 5.4
This package doesn't seem to work as it isn't executing the experiment what-so-ever due to failing blade directives. I can see all of the…
-
It would be great to return blade directives inside another directive (data stored in database)
# Example + Code
`{{$category->title}}` shows category title but it also stored in another table i…
-
Looking at the latest bootstrap example you have added detail rows. What is the correct way to access nested objects. Whenever I try to do so, I get a response
```
Properties:
{{ old_list.$key }} - {…
-
### What happened?
I can't see header and footer in my PDF.
Any idea? I can't find any solutions on internet...
### How to reproduce the bug
My controller:
```
return Pdf::view('pdf.invo…