@extends('components.layouts.admin.admin-layout') @section('title', 'Update Tag') @section('heading', 'Tags') @section('contents') @livewire('admin.edit-tag', ['slug' => $slug]) @endsection