@extends('layouts.cms') @section('title'){{ Helper::getMetaTag($data['content'])['meta_title'] }}@stop @section('description'){{ Helper::getMetaTag($data['content'])['meta_description'] }}@stop @section('keywords'){{ Helper::getMetaTag($data['content'])['meta_keywords'] }}@stop @section('content')
@stop