@extends('site.layout.layout') @section('url'){{ Request::fullUrl() }}@stop @section('content') @php $lang = app()->getLocale(); @endphp
{{ trans('app.proj_hero_sub') }}
{{ $project->{"summary_$lang"} }}