@extends('components.layouts.admin.admin-layout') @section('title', 'New Tag') @section('heading', 'Tags') @section('contents') @livewire('admin.create-tag') @endsection