@extends('admin.layout.index') @section('title', 'Sosyal Medyalar') @section('content')
Yeni Ekle
@foreach($data as $key => $social) @endforeach
Sıra
İkon
Link
Edit
{{ $key+1 }} {{$social->link}} Düzenle Sil
@endsection