@extends('layouts.app') @section('content')
| Title | URL | Order | Actions |
|---|---|---|---|
| {{ $link->title }} | {{ $link->url }} |
{{ $link->order }} | Edit |
| Title | Description | Link | Actions |
|---|---|---|---|
| {{ $newsItem->title }} | {{ $newsItem->description }} |
{{ $newsItem->link }} | Edit |
| Platform | Icon | URL | Order | Actions |
|---|---|---|---|---|
| {{ $social->platform }} |
@if($social->icon_image)
|
{{ $social->url }} |
{{ $social->order }} | Edit |