@extends('template') @section('content')
@foreach($pabxs as $pabx) @endforeach
ID Nome URL Status
{{$pabx->id}} {{$pabx->nome}} {{$pabx->url}} @if($pabx->status == 'ativo') ATIVO @else INATIVO @endif
@stop() @section('js-admin-plan') @stop()