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

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