@extends('layouts.admin') @section('title') @lang('Social Links') @endsection @section('breadcrumb')

@lang('Social Links')

@endsection @section('content')
@foreach ($socails as $item) @endforeach
@lang('Icon') @lang('Name') @lang('Link') @lang('Action')
{{ $item->name }} {{ $item->link }}
@endsection @push('script') @endpush