@extends('admin.layouts.app') @section('contents')

Product Tags

@forelse ($tags as $tag) @else Inactive @endif @empty @endforelse
No. Name Status
{{ $loop->iteration }} {{ $tag->name }} @if($tag->is_active == 1) Active
No Data Available
@endsection