@extends('layouts.sidebar') @section('content')

Links

@if(env('ENABLE_BUTTON_EDITOR') === true)@endif @foreach($links as $link) @if(env('ENABLE_BUTTON_EDITOR') === true) @if($link->button_id == 1 or $link->button_id == 2) @else @endif @endif @endforeach
Link Title Click Order ⏶ Pin Link ⏶ EditButton EditorDelete
{{ Str::limit($link->link, 30) }} {{ Str::limit($link->title, 30) }} {{ $link->click_number }} {{ $link->order }} {{ $link->up_link }} EditCustomize Button - Delete
Add a link @endsection