@extends('admin.layout.master') @section('css') @stop @section('body')
@foreach ($social as $product) @endforeach
ID Name Icon Link Actions
{{$product->id}} {{$product->name}} {!! $product->code !!} {{$product->link}}
@stop @section('script') @stop