@extends('blue.layouts.page') @section('page-content') @if (!empty($error)) {{ $error }} @else {{ t('Redirecting you to the dashboard')}} @endif @if (empty($error)) @endif @endsection