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