@extends('layouts.app') @section('content')
{{ csrf_field() }}
{!! $dataTable->table([ 'id' => 'transactionTable', 'class' => 'table table-striped tableStyle no-bottom dt-responsive', ]) !!}
@endsection @push('footer_js') {!! $dataTable->scripts() !!} @endpush