@extends('gerenciamento.ordemServico.form') @section('action') action="{{ route('salvar_ordem_servico') }}" @endsection @section('botoes') arrow_back VOLTAR @if($ordem_servico->status==1) cancel CANCELAR event_available FINALIZAR save SALVAR @endif @endsection @section('tipo') Editando @endsection