@extends('master') @section('content')
Social links
@foreach($links as $k=>$val) @endforeach
S/N Name Link Action
{{++$k}}. {{$val->type}} {{$val->value}}
@stop