@extends('layouts.master') @section('title', \Lang::get('global.home')) @section('css') @stop @section('carousel') @stop @section('content')
@if($data['home_article']['status'] == 200) @foreach($data['home_article']['result'] as $content)

{!! $content['name'] !!}

{!! $content['value'] !!}

@endforeach @endif
@stop @section('javascript') @stop