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

Atender

@csrf @alerts @endalerts

@button([ 'icon' => 'save', 'label' => 'Salvar', 'class' => 'btn-primary' ]) @endbutton @button([ 'route' => 'admin.processos-juridicos.edit', 'routeParams' => [ 'pessoa' => $agendamento->agendavel, 'tipo' => $agendamento->agendavel->tipo(), 'id' => $processo->id, 'agendamento' => $agendamento, ], 'icon' => 'arrow-left', 'label' => 'Processo', 'class' => 'btn-secondary' ]) @endbutton
@endsection