@extends('layouts.www') @section('content') Toggle navigation Menu {{ trans('www.menu.goal') }} {{ trans('www.menu.who') }} {{ trans('www.menu.authors') }} {{ trans('www.menu.contact') }} {{ LaravelLocalization::getCurrentLocaleName() }} @foreach(LaravelLocalization::getSupportedLocales() as $localeCode => $properties) {{ $properties['native'] }} @endforeach {{ trans('www.product_management_game') }} {{ trans('www.lets_play') }} {{ trans('www.goal_title') }} {!! trans('www.goal_description') !!} {{ trans('www.who_title') }} {!! trans('www.who_description') !!} {{ trans('www.authors_title') }} Maciej {!! trans('www.authors_maciej') !!} Magda {!! trans('www.authors_magda') !!} Sławek {!! trans('www.authors_slawek') !!} {{ trans('www.contact_title') }} {{ trans('www.form.name') }} {{ trans('www.form.email') }} {{ trans('www.form.phone') }} {{ trans('www.form.message') }} {{ trans('www.form.send_message') }} {{ trans('www.form.thank_you') }} @endsection @section('scripts') @endsection
Maciej
Magda
Sławek