From a1b236ddfa5c29b5f77c0932a100acf661e21d1c Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 11 Jul 2016 11:22:22 +0100 Subject: [PATCH] Update samples --- samples/Blade/hello.blade | 2 ++ samples/Blade/hello.blade.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/samples/Blade/hello.blade b/samples/Blade/hello.blade index 60c8a4d7..1355b041 100644 --- a/samples/Blade/hello.blade +++ b/samples/Blade/hello.blade @@ -15,5 +15,7 @@
  • {{ $bar }}
  • @endforeach + + {!! $raw_content !!} diff --git a/samples/Blade/hello.blade.php b/samples/Blade/hello.blade.php index 60c8a4d7..1355b041 100644 --- a/samples/Blade/hello.blade.php +++ b/samples/Blade/hello.blade.php @@ -15,5 +15,7 @@
  • {{ $bar }}
  • @endforeach + + {!! $raw_content !!}