@extends('layouts.app') @section('title','Important Link List') @section('content')
@foreach ($importantlinks as $item) @endforeach
# Name Name (Bangla) Link Action
{{ $loop->iteration }} {{ $item->name }} {{ $item->name_ban }} {{ $item->link }}
@endsection @include('admin.components.toster') @include('admin.components.tosterjs') @include('admin.components.delete')