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

Editar atendimento - {{ $atendimento->servidor->nome }}

@csrf @method('PUT') @alerts @endalerts

@button([ 'icon' => 'save', 'label' => 'Salvar', 'class' => 'btn-primary' ]) @endbutton @button([ 'route' => 'admin.guia-atendimento.index', 'icon' => 'arrow-left', 'label' => 'Voltar', 'class' => 'btn-secondary' ]) @endbutton
@endsection