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

Editar documento

@csrf @method('PUT') @alerts @endalerts
@if ($documento->eImagem()) @endif

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