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

Incluir anexo

@csrf @alerts @endalerts

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