@extends ('app')
@section ('content')

<div class="flex flex-col flex-1 w-full max-w-6xl">
    <tag-management></tag-management>
</div>

@endsection
