@extends('layouts.app')
@section('title')
All Link
@endsection
@section('headerWithButton')
@yield('title')
@endsection
@php
$trClass = 'px-3 py-2 text-left text-xs font-semibold text-gray-500 uppercase tracking-wider';
@endphp
@section('content')
| S.N |
Type |
Name |
Menu |
Link |
Display Order |
Is Published? |
Actions |
{{-- Data will be injected by DataTables --}}
@endsection
@section('scripts')
@include('link.partials.scripts')
@endsection