@extends('layouts.app')
@section('title', __('lang.tags'))
@section('content')
@component('components.widget', ['class' => 'box-primary', 'title' => __('lang.tags')])
@can('tag.create')
@slot('tool')
@endslot
@endcan
@can('tag.view')
@endcan
@endcomponent
@stop
@section('javascript')
@endsection