@extends('layouts.app') @section('content')
{{ __('MÓDULO PARA COMENZAR LA EJECUCIÓN') }}
@csrf @method('PUT')
@error('estado_id')
{{ $message }}
@enderror
@push('js') @if ($errors->has('guia_remision') || $errors->has('guia_transportista')) @endif @endpush @endsection