@extends('layouts.app') @section('content')

@lang('account::account.module') - {{ Auth::user()->name }}

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