芝麻web文件管理V1.00
编辑当前文件:/home/c7lekhnath/silverray.com.au/Modules/SocialLink/resources/views/index.blade.php
@extends('admin.master_layout') @section('title')
{{ __('Social Links') }}
@endsection @section('admin-content')
{{-- Breadcrumb --}}
{{ __('SN') }}
{{ __('Icon') }}
{{ __('Link') }}
{{ __('Actions') }}
@forelse ($socialLinks as $link)
{{ $loop->index + 1 }}
{{--
--}}
{{ $link->link }}
@empty
@endforelse
{{ $socialLinks->links() }}
@endsection @push('js') @endpush @push('css') @endpush