@extends('admin.masters.base') @section('pagetitle') Social list overview @stop @section('crumbs')
  • Social
  • @stop @section('pagecontents')

    Social Panel

    @if (sizeof($socials) == 0 )
    Social list is currently empty.
    @else
    @foreach ($socials as $key => $hn) @endforeach
    # Network Name Url Action
    {{ $key }} {{ $hn->social_media_name }} {{ $hn->social_media_link }}
    @endif
    @stop