@extends('panel.layouts.app') @section('page-title') {{ LaraCore::setting('html_prefix') }} {{ (LaraCore::setting('html_prefix') != '') ? '|' : '' }} Manage Accounts @stop @section('content')

Manage Accounts

  Client Email Balance
{{-- @include('panel.accountbill.create', [@$data]) --}}
@include('common.modal.delete_confirm_modal',['entity' => 'accountbill'])
@stop @section('custom-scripts') @stop