@extends('layouts.syndron.app') @section('content')

{{ __('Roles') }}

{{ __('Create a new role') }}
@foreach ($tags as $tag ) {{ $tag->name }} {{ $tag->slug }} {{ $tag->color }} {{ $tag->description }} @can('tag.edit') {{ __('Edit') }} @endcan @can('tag.delete')
@csrf @method('DELETE')
@endcan @endforeach
@endsection