@extends('admin.layouts.master') @section('content')
Links Sociais
Adicionar Novo Link @if (session('success')) @endif @if (session('error')) @endif
@forelse ($socialLinks as $link) @empty @endforelse
Nome Link (URL) Ícone Cor de Fundo Status Ações
{{ $link->name }} {{ $link->url }} {{ $link->name }}
@if ($link->is_active) Ativo @else Inativo @endif
@csrf @method('DELETE')
Nenhum link social cadastrado.
@endsection