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