@extends('shaun_core::admin.layouts.master') @section('content')
{{__('Link Icons')}}
{{__('Create new')}}

{{__('When people add social links to their profiles, the system will automatically attach the link icon based on the settings here.')}}

@foreach ($icons as $icon) @endforeach
{{__('Domain')}} {{__('Icon')}} {{__('Active')}} {{__('Action')}}
{{$icon->domain}} @if ($icon->is_active) {{__('Yes')}} @else {{__('No')}} @endif {{__('Edit')}} {{__('Delete')}}
@stop @push('scripts-body') @endpush