500.blade.php 168 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 @extends('base') @section('content') <div class="container"> <h1 class="text-muted">An Error Occurred</h1> <p>{{ $message }}</p> </div> @stop