Skip to content

Commit b96c7da

Browse files
author
Mostafa Kamal
committed
blade
1 parent dbb628b commit b96c7da

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
3+
## conditional extends
4+
5+
```php
6+
@extends((( Request::ajax()) ? 'layouts.ajax' : 'layouts.default' ))
7+
```

0 commit comments

Comments
 (0)