From 61f4581886670b07c371af6de7770e2a6c2b5b67 Mon Sep 17 00:00:00 2001 From: Samuel De Backer Date: Tue, 19 Jan 2016 14:44:41 +0100 Subject: [PATCH] endsection in place of stop --- src/resources/views/show.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/resources/views/show.blade.php b/src/resources/views/show.blade.php index fc0ae19..2ac63e3 100644 --- a/src/resources/views/show.blade.php +++ b/src/resources/views/show.blade.php @@ -2,7 +2,7 @@ @section('title', trans('dashboard::global.name')) -@section('h1') @stop +@section('h1') @endsection @section('main') @@ -28,4 +28,4 @@ -@stop +@endsection