@extends('layouts.app') @section('content') @include('users.partials.header', [ 'title' => __('Importar facturas'), 'description' => __(''), 'class' => 'col-lg-12' ])

@include('promocion::importar.importacion_temporal')
{{--
--}}
{{-- --}} @endsection @section('js') @if(Session::has('success')) @endif @if(Session::has('error')) @endif @endsection