@extends('master') @section('titulo') {{ Lang::get('chamados/_26010.titulo') }} @endsection @section('estilo') @endsection @section('conteudo')
Todos os Chamados ( {{ $qtd_total }} )
@php $i = 0 @foreach($arr_status as $status) @php $i++
@foreach ( $chamados as $chamado ) @if ($chamado->STATUS_ID == $status->ID)

{{ $chamado->ID }} - {{ $chamado->DESCRICAO_RESUMIDA }}

@endif @endforeach
@endforeach
@endsection @section('script') @append