@extends('layouts.admin') @push('css') @endpush @push('js') @endpush @section('content')

Afiliar servidor

@csrf @alerts @endalerts
@if ($matriculaDesligadaTemporariamente)
@endif @if (!$matriculaDesligadaTemporariamente)
@endif

@button([ 'icon' => 'save', 'label' => 'Afiliar', 'class' => 'btn-primary' ]) @endbutton @button([ 'route' => 'admin.servidores.edit', 'routeParams' => ['servidor' => $servidor], 'icon' => 'arrow-left', 'label' => 'Voltar', 'class' => 'btn-secondary' ]) @endbutton
@endsection