@extends('adminlte::page') @section('plugins.Sweetalert2', true) @section('plugins.Select1', true) @if ($tipoFormulario == 'Edicion') @section('title', 'Intranet | Editar Guía De Despacho') @endif @if ($tipoFormulario == 'Ingreso') @section('title', 'Intranet | Ingreso De Guía De Despacho') @endif @section('content_header')
@stop @section('content')
@if ($tipoFormulario == 'Edicion')

Editar Guía De Despacho

@endif @if ($tipoFormulario == 'Ingreso')

Ingreso De Guía De Despacho

@endif
@csrf @method('put')
@if ($entradaBodega->tipo_movimiento == 'Movimiento Por Oc')
@endif
@if ($entradaBodega->tipo_movimiento == 'Movimiento Por Oc')
@endif
@stop @section('footer')
Intranet
Copyright © 2023 aspenspa.cl @stop @section('css') @stop @section('js') @stop