'Default account']); AccountType::create(['type' => 'Cash account']); AccountType::create(['type' => 'Asset account']); AccountType::create(['type' => 'Expense account']); AccountType::create(['type' => 'Revenue account']); AccountType::create(['type' => 'Initial balance account']); AccountType::create(['type' => 'Beneficiary account']); AccountType::create(['type' => 'Import account']); AccountType::create(['type' => 'Loan']); } }