@extends('admin.dashboard') @section('title', 'Tags') @section('adminContent') @php $updownIcon = ''; @endphp
All Tags

Export

+ add user

@foreach ($allData as $data) @endforeach
Name {!! $updownIcon !!} Slug {!! $updownIcon !!} Action
{{ $data->name }} {{ $data->slug }}
{{ $allData->links() }}
@endsection