@extends('layouts.argo') @section('content')

Vincular Ramal ao Usuário

@csrf @method('PUT')
@if($errors->has('extension')) @foreach($errors->get('extension') as $e) {{$e}} @endforeach @endif
@if($errors->has('token_api')) @foreach($errors->get('token_api') as $e) {{$e}} @endforeach @endif
@endsection