8 lines
105 B

  1. @extends('layouts.master')
  2. @section('content')
  3. <h1>Something went wrong</h1>
  4. {{ $error }}
  5. @endsection