@extends('front.themes.' . env('THEME', 'theme-01') . '.layout') @section('content')

{!! $gs->page_not_found_text !!}
{{ __('Back Home') }}
@endsection