2015-03-17 07:45:25 +10:00
|
|
|
@extends('public.header')
|
|
|
|
|
|
|
|
|
|
@section('content')
|
|
|
|
|
|
2016-07-21 15:30:11 +03:00
|
|
|
<p> <p>
|
|
|
|
|
<p> <p>
|
2015-03-17 07:45:25 +10:00
|
|
|
|
2016-07-21 15:30:11 +03:00
|
|
|
<div class="well">
|
|
|
|
|
<div class="container" style="min-height:400px">
|
|
|
|
|
<h3>Something went wrong...</h3>
|
|
|
|
|
<h4>{{ $error }}</h4>
|
|
|
|
|
<h4>If you'd like help please email us at {{ env('MAIL_USERNAME') }}.</h4>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2015-03-17 07:45:25 +10:00
|
|
|
|
2016-07-21 15:30:11 +03:00
|
|
|
<p> <p>
|
|
|
|
|
<p> <p>
|
2015-03-17 07:45:25 +10:00
|
|
|
|
2016-06-22 12:22:38 +03:00
|
|
|
@stop
|