@extends('backend.layouts.app') @section('title') {{ __($module_title) }} @endsection @push('after-styles') @endpush @section('content')
{!! $dataTable->table() !!}
@endsection @push('after-scripts') {!! $dataTable->scripts() !!} @endpush