@extends('dashboard.layout.layout') @section('content')

{{ $title }}

@csrf @method('patch')
@can('coworkers.update') @method('patch') @csrf @endcan
@can('coworkers.update') @endcan უკან

{{ 'თანამშრომელის ჩიპები' }}

@csrf @method('patch')
ჩიპის დამატება
@forelse($coworker->tags as $tag) @empty
თანამშრომელს ჩიპები არ აქვს!
@endforelse
თანამშრომელი ჩიპის ID ჩიპის პინი
{{ $tag->user->name }} {{ $tag->tag_id }} {{ $tag->personal_id }}
@if ($tag->status == 1)
@csrf
@else
@csrf
@csrf @method('DELETE')
@endif
@endsection @push('scripts') @endpush