@extends('backend.layouts.app') @section('title') All Link List @endsection @push('style') @endpush @section('content')
| # | Link Name | Link URL | Link Type | Status | Actions |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $link->name }} | {{ $link->url }} | @if ($link->type == 'useful_link') Useful Link @else Important Link @endif |
|