@extends('adminlte::page')
@section('content_header')
Carpetas de {{__($type)}}
@stop
@section('content')
@include('orders.partials.filter')
| Número |
Nro. Orden |
Company |
Área |
Creación |
Opciones |
@endsection
@section('js')
@include('partials.scripts.select2')
@endsection