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