@extends('layouts.master') @section('title') @lang('translation.view-links') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') @lang('translation.view-links') @endslot @slot('title') @lang('translation.list') @endslot @endcomponent @include('partials.session')
Id | Backend Link Title | Backend Link | Updated At | Actions |
---|---|---|---|---|
{{ $backend_links->id }} | {{ mb_strimwidth($backend_links->title, 0, 60, "...") }} | {{ mb_strimwidth($backend_links->link, 0, 60, '...') }} | {{ $backend_links->updated_at ? \Carbon\Carbon::parse($backend_links->updated_at)->diffForHumans() : 'Not Updated Yet' }} |
|