@extends('backend.layouts.app') @section('title') All Link List @endsection @push('style') @endpush @section('content')
All Link List
@foreach ($links as $index => $link) @endforeach
# Link Name Link URL Link Type Status Actions
{{ $index + 1 }} {{ $link->name }} {{ $link->url }}
{{ $links->links() }}
@endsection @push('script') @endpush