@extends('web.layouts.app') @section('content')
@if (env('APP_PROJECT') != 'Rouaa') @include('web.settings_menu') @endif

@lang('user.tags')

@include('web.tags.create')
@foreach ($tags as $tag) @include('web.tags.edit') @include('web.tags.delete') @endforeach
@lang('user.name') @lang('user.actions')
{{ $tag->name }}
{{ $tags->links('vendor.pagination.custom') }}

@lang('user.note')

@lang('notes.tags_note')

@endsection @section('script') @endsection