@extends('layouts.main') @section('pageTitle', '電子發票與統編管理') @section('content')
@inject('thidLevel','App\Presenters\ThirdLevelPresenter') {!! $thidLevel->createThirdLevel($globalVariable['pathMain'], $globalVariable['pathSub'], 'prefetch.index') !!}

空白電子發票

@can('prefetch.destroyBatch') @endcan @if(auth()->user()->can('peripheral.destroy')) @endif
取得時間 發票號碼 隨機碼 是否取用刪除
@can('prefetch.destroyBatch') 批次刪除 @endcan
@endsection @section('js') @endsection