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

Cidades Atendidas

@if (Session::has('message')) @endif
@if(count($dados) > 0) @foreach($dados as $return) @endforeach @endif
Cod Cidade/UF Tipo/Ibge Prazo(dias) Filial Status Ações
{{ $return->id }} {{ $return->cidade }}

{{ $return->cidade }} - {{ $return->tipo }}
{{ $return->prazo }}
{{ $return->filial }} @if($return->status == 'NULL' || $return->status == "" || $return->status == "0") INATIVO @else ATIVO @endif @if($return->status =="1") @else @endif
{!! $dados->links() !!}
@endsection