@extends('adminlte::page') @include('orders.partials.style') @section('content_header')

Modificación de Carpetas de {{__($type)}}

@stop @section('content')

Nro. Orden: {{ $order->purchase_order }}

@csrf @include('orders.partials.form') @include('orders.materials.partials.table')
Cancelar
@include('orders.materials.partials.modal')
@endsection @section('js') @include('partials.scripts.general') @include('orders.partials.scripts') @include('orders.materials.partials.scripts') @include('partials.scripts.select2') @endsection