@extends('layouts.app') @section('page-title')

Logistica {{ $totalLogistic }} Total

{!! Form::open(['id'=>'uploadExcel','class'=>'ajax-form','method'=>'POST']) !!}
Nuevo Carga Masiva Carga de Tipos
{!! Form::close() !!}
@endsection @push('head-script') @endpush @section('content')
{!! $dataTable->table(['class' => 'table table-bordered table-hover toggle-circle default footable-loaded footable']) !!}
@endsection @push('footer-script') {!! $dataTable->scripts() !!} @endpush