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

Editar Factura

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

Ingreso Factura

@endif
@csrf @method('put')
@stop @section('footer')
Intranet
Copyright © 2023 aspenspa.cl @stop @section('css') @stop @section('js') @stop