@extends('admin.base') @section('title', 'account management') @section('account_content') @php( $version = \Illuminate\Support\Facades\Config::get('app.version') ) @include('datatableAssets')
@include('common.confirmation') @include('common.notification') @endsection