9 lines
105 B

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