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

Creación de Carpeta de {{__($type)}}

@stop @section('content')
@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