@extends('appshell::layouts.private') @section('title') {{ __('Quick Links') }} @stop @section('content') {!! Form::open(['route' => 'appshell.quicklinks.update', 'method' => 'PUT']) !!} @component(theme_widget('group')) @foreach($links as $item)