@extends('template') @section('content')
Dids Novo Did
Filtros
{!! Form::open(['route' => 'admin.dids', 'method' => 'get']) !!}
{!! Form::select('provider',$fornecedores, '',['class'=>'form-control']) !!} {!! Form::label('', 'Fornecedor') !!}
{!! Form::text('number', '', ['class' => 'form-control', 'placeholder' => '', 'autocomplete' => 'off', 'id' => 'mask_phone']) !!} {!! Form::label('', 'Numero:') !!}
{!! Form::select('status',array_merge([''=>""],$status), '',['class'=>'form-control']) !!} {!! Form::label('', 'Status') !!}
{!! Form::label('', ' ') !!}
{!! Form::label('', ' ') !!}


{!! Form::close() !!}
@if(routeAcess('admin.dids.edit')) @endif @if(!empty($dids)) @foreach($dids as $did) @if(routeAcess('admin.dids.edit')) @endif @endforeach @else @endif
Fornecedor Telefone Login Senha StatusAções
{{ $did->name }} {{ $did->ddd }} {{ $did->number }} {{ $did->login }} {{ $did->password }}
@if(routeAcess('admin.dids.edit')) @endif @if(routeAcess('admin.dids.remove')) @endif

Nenhum registro encontrado.

{!! $paginacao !!}
@stop() @section('js-admin-did') @stop()