<table class="table" id="main-table" data-url="{!!guard_url('transaction_file/transaction_file?withdata=Y')!!}"> <thead> <tr> <th data-field="file">{!! trans('transaction_file::transaction_file.label.file')!!}</th> <th data-field="extension">{!! trans('transaction_file::transaction_file.label.extension')!!}</th> <th data-field="actions" data-formatter="operateFormatter" class="text-right">Actions</th> </tr> </thead> </table>