@section('style') @endsection @extends('layouts.backend.app') @section('content')
{{ __('Socials') }}
@foreach($socials as $key => $social) @endforeach
# {{ __('Class Name') }} {{ __('Link') }} {{ __('Action') }}
{{ $key+1 }} {{ $social->icon }} {{ $social->link }}
@endsection @section('script') @endsection