@extends('frontend.main_master') @section('page-context', 'login') @section('body-class', 'login-page') @push('styles') @endpush @section('title', t('404-title') . ' - ' . t('site-title')) @section('content')
{{ t('404-content') }}