Skip to content

Commit

Permalink
endsection in place of stop
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Jan 19, 2016
1 parent 1c6e883 commit 61f4581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resources/views/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@section('title', trans('dashboard::global.name'))

@section('h1') @stop
@section('h1') @endsection

@section('main')

Expand All @@ -28,4 +28,4 @@

</div>

@stop
@endsection

0 comments on commit 61f4581

Please sign in to comment.