@extends('template') @section('content')

Coletas automáticas

@if (Session::has('message')) @endif
@if (@$statusCheck == "checked") @else @endif @if(count($dados) > 0) @foreach($dados as $return) @endforeach @endif
Status Remetente Bairro/Cidade Contato E-MailAções
@if($return->ativar_coleta_automatica == "1") A
@elseif ($return->ativar_coleta_automatica <> "1") N
@endif
{{ $return->razao }}
{{ $return->endereco }}, {{ $return->numero }}
{{ $return->bairro }} - {{ $return->cep }}
{{ $return->contato }}
{{ $return->email }}
@if (@$statusCheck == "checked") @else @endif
{!! $dados->links() !!}
@endsection