@extends('backend-template')
@section('content')
@foreach($buttons as $button)
{{ $button->title }}
@if($button->home_order_num > 0)
home page #{{ $button->home_order_num }}
@endif
{{-- end product-box --}}
@endforeach
{!! $buttons->render() !!}
@stop