@php $paragraphs=getter('paragraphs')->setLang(app()->getLocale())->condition('position','=','link-'.$link_id)->get(); $link=getter('links')->setLang(app()->getLocale())->condition('id',$link_id)->get(); $links=getter('links')->setLang(app()->getLocale())->orderBy('id',"desc")->get(); $count=0; @endphp @extends('layouts.main',[ 'compact'=>'compact' ]) @section('title') @if(isset($link->label)) {{$link->label}} @endif | {{env('APP_NAME')}} @endsection @section('content')
@if(isset($link->label)) {{$link->label}} @endif
@endsection