@extends('master')
@section('title', Lang::get('home.meta_title'))
@section('description', Lang::get('home.meta_description'))
@section('content')
@parent
{{ Lang::get('home.title-3-a') }}
- {{ Lang::get('home.strategy-1') }}
- {{ Lang::get('home.strategy-2') }}
- {{ Lang::get('home.strategy-3') }}
- {{ Lang::get('home.strategy-4') }}
{!! Lang::get('home.title-3-b') !!}
- {{ Lang::get('home.design-1') }}
- {{ Lang::get('home.design-2') }}
- {{ Lang::get('home.design-3') }}
- {{ Lang::get('home.design-4') }}
{{ Lang::get('home.title-3-c') }}
- {{ Lang::get('home.technology-1') }}
- {{ Lang::get('home.technology-2') }}
- {{ Lang::get('home.technology-3') }}
- {{ Lang::get('home.technology-4') }}
@stop
@section('js')
@stop