@extends('backend.partials.master') @section('title') {{ __('levels.social_link') }} {{ __('levels.list') }} @endsection @section('maincontent')
| {{ __('levels.id') }} | {{ __('levels.name') }} | {{ __('levels.icon') }} | {{ __('levels.link') }} | {{ __('levels.status') }} | {{ __('levels.position') }} | @if(hasPermission('social_link_update') || hasPermission('social_link_delete') ){{ __('levels.actions') }} | @endif
|---|---|---|---|---|---|---|
| {{$i++}} | {{@$social->name}} | {{@$social->icon}} | {{@$social->link}} | {!!@$social->my_status!!} | {{@$social->position}} | @if(hasPermission('social_link_update') == true || hasPermission('social_link_delete') == true )
|
@endif
{!! __('Showing') !!} {{ @$socialLinks->firstItem() }} {!! __('to') !!} {{ @$socialLinks->lastItem() }} {!! __('of') !!} {{ @$socialLinks->total() }} {!! __('results') !!}