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