@extends('layouts.admin') @php $table_id = 'shortlink_list' @endphp @section('script') @parent @endSection @section('style') @parent @endSection @section('content')
Custom Shortlink Messages
@component('admin.components.datatable_card', ['id' => $table_id, 'with_delete' => true]) @endcomponent
@endsection