@extends('widget::widget_layout') @section('widget_content')
@php($numer_block = 4)
@for ($j = 1; $j <= $numer_block ; $j++)
{{ Form::bsText('Số liệu','config[blocks]['.$j.'][number]',@$data['config']['blocks'][$j]['number']) }} {{ Form::bsText('Mô tả','config_desc[blocks]['.$j.'][title]',@$data['description']['config']['blocks'][$j]['title']) }}
@endfor
@if(!empty($layout_theme['homepage'][1]['growth_data'])) @php $option = []; foreach($layout_theme['homepage'][1]['growth_data'] as $value){ $option[$value['template']] = $value; } @endphp
{{ Form::bsSelect('Chọn kiểu hiển thị','config[style]',array_pluck($layout_theme['homepage'][1]['growth_data'], 'label', 'template'),@$data['config']['style'], [], $option) }}
@endif @overwrite