@extends('layouts.app') @section('content')
{!! $dataTable->table([ 'id' => 'earningTable', 'class' => 'table table-striped dt-responsive table-hover', ]) !!}
{{ csrf_field() }}

@endsection @push('footer_js') {!! $dataTable->scripts() !!} @endpush