@extends('layouts.partials.master') @section('title', 'Gestão de colaboradores') @push('styles') @endpush @section('content') @include('layouts.components.section-title', ['title' => 'Gestão de colaboradores']) {{-- filters --}}
ID | Nome | Estados | Ações | |||||||
---|---|---|---|---|---|---|---|---|---|---|
{{ $worker->id }} | {{ $worker->name }} | @include('layouts.components.status', ['status' => $worker->status]) | ||||||||
{{ __('translations.no_results') }} |