@extends('back.layouts.main') @section('title','Transaction List') @section('content-header')

Transaction List

@endsection @section('content')
{{ $dataTable->table(['class'=>'table table-bordered table-hover']) }}
@endsection @push('custom-css-scripts') @endpush @push('custom-js-scripts') {{ $dataTable->scripts() }} @endpush