@extends('shaun_core::admin.layouts.master') @section('content')
{{__('When people add social links to their profiles, the system will automatically attach the link icon based on the settings here.')}}
| {{__('Domain')}} | {{__('Icon')}} | {{__('Active')}} | {{__('Action')}} | @foreach ($icons as $icon)
|---|---|---|---|
| {{$icon->domain}} |
|
@if ($icon->is_active) {{__('Yes')}} @else {{__('No')}} @endif | {{__('Edit')}} {{__('Delete')}} |