solution-exception.blade.php 76 B

1234
  1. <h1>This is a blade view with a solution</h1>
  2. @php
  3. throw $exception;
  4. @endphp