@extends('layouts.master') @section('content')

Colaboradores

Lista


@if ($contributors) @foreach($contributors as $contributor) @endforeach @endif
MATRICULA NOME NOME FUNCIONAL CELULAR AÇÕES
{{ $contributor->matricula }} {{ $contributor->name }} {{ $contributor->nome_funcional }} {{ $contributor->whatsapp }} {!! Form::open([ 'method' => 'get', 'route' => ['contributors/edit', $contributor->id] ]) !!} {!! Form::close() !!} {!! Form::open([ 'method' => 'get', 'route' => ['user/delete', $contributor->id], 'onsubmit' => 'return ConfirmDelete()' ]) !!} {!! Form::close() !!}
Novo colaborador
@stop @section('scripts') @stop