@extends('layouts.front') @push('css') @endpush @section('content')

@php echo $gs->error_text; @endphp

@lang('Back To Home')
@includeIf('partials.front.cta') @endsection @push('js') @endpush