@extends('front.layouts.layout') @section('meta_title'){{ $page->{'meta_title_' . App::getLocale()} }}@stop @section('meta_description'){{ $page->{'meta_description_' . App::getLocale()} }}@stop @section('meta_keywords') {{ $page->{'meta_kewords_' . App::getLocale()} }} @stop @section('meta')
@endsection @section('content')
{{ $page->{'title_' . App::getLocale()} }}
{!! $page->{'description_' . App::getLocale()} !!}
@endsection @section('modal') @endsection @section('script') @endsection