@extend ('error_layout') @startInsert('error-head') @endInsert @startInsert('error-content') @if ($?:message)
{{ $:message }}
@endif @if (DEBUG)
{{ $:file }}#{{$:line(0) }}
    @foreach( $:lines as $num =>$line_code )
  1. {{$line_code}}
  2. @endforeach
@if(count($:traces)) @endif @endif @endInsert @startInsert('error-footer') @endInsert