@extends('layouts.site') @section('content') @if(config('app.locale') == "en") {{ trans('home.website-evaluation') }} {{trans('home.home')}} @else {{trans('home.home')}} {{ trans('home.website-evaluation') }} @endif @if(Session::has('message'))
{{ Session::get('message') }} ×