@extends('dashboard.layouts.master') @section('title', 'Links') @section('content')
Links
@forelse ($links as $key => $link) @empty @endforelse
ID Name Link Parent Link Type Action
{{ $links->firstItem() + $key }} {{ $link->text }} {{ $link->link }} {{ $link->parent ? $link->parent->text : 'N/A' }} {{ $link->type }} View Edit
@csrf @method('DELETE')
No links found
{{ $links->links() }}
@endsection