@extends('backend.partials.master') @section('title') {{ __('levels.social_link') }} {{ __('levels.list') }} @endsection @section('maincontent')

{{ __('levels.social_link') }}

@if(hasPermission('social_link_create'))
@endif
@if(hasPermission('social_link_update') || hasPermission('social_link_delete') ) @endif @php $i=1; @endphp @foreach($socialLinks as $social) @if(hasPermission('social_link_update') == true || hasPermission('social_link_delete') == true ) @endif @endforeach
{{ __('levels.id') }} {{ __('levels.name') }} {{ __('levels.icon') }} {{ __('levels.link') }} {{ __('levels.status') }} {{ __('levels.position') }}{{ __('levels.actions') }}
{{$i++}} {{@$social->name}} {{@$social->icon}} {{@$social->link}} {!!@$social->my_status!!} {{@$social->position}}
{{ @$socialLinks->links() }}

{!! __('Showing') !!} {{ @$socialLinks->firstItem() }} {!! __('to') !!} {{ @$socialLinks->lastItem() }} {!! __('of') !!} {{ @$socialLinks->total() }} {!! __('results') !!}

@endsection()