@extends('layouts.core.login') @section('title', trans('messages.something_went_wrong')) @section('content')
{!! $message !!}
@if (isset($redirect_url)) {{ trans('messages.go_back') }} @else {{ trans('messages.go_back') }} @endif @endsection