@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 EMAIL TELEFONE CELULAR STATUS EDIT. EXC.
{{ date('d/m/Y', strtotime($collaborator->created_at)) }} # {{ $collaborator->name }} # {{ $collaborator->email }} # {{ $collaborator->phone_one }} # {{ $collaborator->mobile }} Inativa Ativa
@csrf @method('DELETE')
@stop