@extends('layouts.app') @section('title', 'Tags') @section('content')
Organisation @can('pipelines.manage')Pipelines@endcan Tags
@forelse ($tags as $tag)
{{ $tag->name }} {{ $tag->contacts_count }} contacts
@csrf @method('DELETE')
@empty @endforelse
@csrf
@endsection