@extends('adminlte::page') @section('title', " $title ") @section('content')
@csrf
@include('app.includes.alerts')
@foreach ($collaborators as $collaborator) @if($collaborator->status == 0) @else @endif @endforeach
DATA NOME CARGO CELULAR E-MAIL STATUS EDIT. EXC.
{{ date('d/m/Y', strtotime($collaborator->created_at)) }} {{ $collaborator->record }} - {{ $collaborator->name }} {{ $collaborator->office->name }} # {{ $collaborator->mobile }} # {{ $collaborator->email }} Inativa Ativa
@csrf @method('DELETE')
@if (isset($filters)) {!! $collaborators->appends($filters)->links() !!} @else {!! $collaborators->links() !!} @endif
@stop