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