@extends('layouts.public') @section('title') {{trans('seo.title.error')}} @endsection @section('content')

{!!trans('global.error.title')!!}

{!!trans('global.error.text')!!}

@endsection