@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)
@endforeach
@slot('footer') {{ __('Back without saving') }} @endslot @endcomponent {!! Form::close() !!} @stop